I’m struggling to import vector and transform data types from csv into data tables. I can’ seem to work out how the entry should be parsed. When an empty table is imported is comes up as:
AVectorType: (X=0.000000,Y=0.000000,Z=0.000000)
Inputting (X=1.000000,Y=1.000000,Z=1.000000) gives an error, as does using other characters like ; or \ to separate values…
Just BTW … If you are saving .xls to .csv from OpenOffice.org CALC, the option to have “” added as a text delimiter is given on save in a pop up dialog so the cell can just be (X=0.1, Y=0.2, Z=0.3)