sdds2plaindata data.input data.output -outputMode=binary "-separator= " -parameter=time -column=x -column=y
sdds2plaindata [Inputfile] [Outputfile] [-pipe[=in][,out]] [-outputMode=<ascii|binary>] [-separator=string] [-noRowCount] [-order=<rowMajor|columnMajor>] [-parameter=name,[,format=string] ...] [-column=name,[,format=string] ...] [-nowarnings]
Outputfile is a file that is similar to SDDS files in that it contains parameter and column data. However this file does not contain SDDS header information. The column data does not need to be preceded by a row count but it is recommended. Also the column data can be separated by a user supplied string. Binary plaindata files are also allowed.