Export Manually:
- Go to DIAdem NAVIGATOR panel
- Select File > Save as
- Select the file type Textfile - Export (*.csv).
- Click Save
Automate Export Via Scripting:Add the following to your DIAdem script.
FilePath = "C:\NameOfFile.csv"
Delimiter = ","
FileParameters = "<filename>"&FilePath&"</filename>"&"<delimiter>"&Delimiter&"</delimiter>"
Call DataFileSave(FileParameters,"CSV")
If the above parameters don't work for any reason, you can also manually export the data and record your steps to the script. If you want to do this follow these steps.
1. Go to the
SCRIPT panel
2. Click the
Enable Recording Mode on the top tool bar. DIAdem will start recording every step you make and write the correlating steps in the script.
3. Go to the
NAVIGATOR panel
4. Click
File > Save As... > select the file type Textfile - Export (*.csv) >
Save