Statistics:Posted by eduramiba — 05 May 2012 12:33
eduramiba wrote:No, it accepts strings.
I guess the problem is your CSV header is:Try to change it to:CODE:
'source','target','weight','time interval'
In CSV you use double quotes to make sure some text is correctly recognised, but not single quotes.CODE:
source,target,weight,time interval
Eduardo
Statistics:Posted by bob_the_web — 04 May 2012 16:56
CODE:
'source','target','weight','time interval'
CODE:
source,target,weight,time interval
Statistics:Posted by eduramiba — 04 May 2012 12:46
bob_the_web wrote:Here is the first two lines of the CSV file:
'source','target','weight','time interval'
11.11.11.11,22.22.22.22,1,"<(1335972406,1336577206)>"
Statistics:Posted by bob_the_web — 04 May 2012 12:24
eduramiba wrote:Hi,
Steps for import are:
- Create new project
- Go to data laboratory
- Optionally import nodes data to nodes table, before edges
- Import spreadsheet to edges table, making sure your columns are named 'Source', 'Target' and 'Weight' (optional). Case insensitive. Also remember to select types for your columns, specially TimeInterval for your 'Time interval' column.
Statistics:Posted by bob_the_web — 04 May 2012 12:10
Statistics:Posted by bob_the_web — 03 May 2012 13:05
Statistics:Posted by eduramiba — 03 May 2012 12:40
Statistics:Posted by bob_the_web — 03 May 2012 11:34