DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

saving data in csv format in version 9.1

Does the save as csv format work in diadem version 9.1?
When I save the data in csv forma it looks like the data is not actually comma seperated but seperated by a tab.
Can someone please verify if this works.

Thanks
Anne
0 Kudos
Message 1 of 4
(3,928 Views)
Hi Anne,

Most every program which supports CSV supports the TAB too. And not to have problems with locale settings for the separators we decided to choose the TAB. But if you are working with a script you can set the separator by your own. Than please use the following syntax:

Call DATAFILESAVESEL("<*filename*>filename.csv<*/filename*><*delimiter*>,<*/delimiter*>","CSV","'[1]/Time - '[1]/Speed")

Currently it is not possible to choose the separator in general or for interactive working in DIAdem.

Greetings Walter
PS (Please remove the * it's just because of the HTML editor)
0 Kudos
Message 2 of 4
(3,918 Views)
Hi
Sorry for the late reply. I just tried it out.Thanks that works.
Anne
0 Kudos
Message 3 of 4
(3,720 Views)
I'm sorry. Meant to give it more than one star. 🙂
Diadem help for DataFileSaveSel should probably mention the delimeter
 
Anne
0 Kudos
Message 4 of 4
(3,715 Views)