05-13-2010 10:38 AM
Here's a fun question, I'm working with some files automatically generated files from a machine at work, and I'd like to import the csv into DIAdem. However, it only recognises the first column, due to the header file. Any idea how I can import this through a script with both channels in?
The file looks like this:
Tested by: XXX
591_004_2010-05-11_104458_XXXX.CSV
2010-05-11
1607.85
1002
-9.00001
16685
-1.00,-0.025939
-0.99,-0.025939
-0.98,-0.025939
-0.97,-0.025938
-0.96,-0.025938
-0.95,-0.025937
-0.94,-0.025937
-0.93,-0.025936
-0.92,-0.025936
Thanks!!!
Solved! Go to Solution.
05-14-2010 05:43 AM
Just use the DIAdem file DataPlugin Wizard and create an DataPlugin that matches your format.
Afterwards you can load all files of this type with the plugin.
I attach one that I created with your example data.
06-21-2010 10:29 AM
If forgot to say before, it works great, brilliant, thankyou so much!