inputfile Contains a string column (not required) and multiple numerical columns. If
string column not provided or rowNameColumn not provided, Row<row_index> will be
used as row names in the output file.
outputfile The output file contain 2 columns: string column and data column. String
column would be combination of input string column (or Row<row_index>) and input
data column names.
switches:
-pipe=[input][,output] — Standard SDDS pipe options for reading/writing files from
stdin/stdout.
-rowNameColumn — The column name of row names (each row has a name) in the input
file. If not provided, Row<row_index> will be used instead.
-dataColumnName — The column name of the data in the output file, if not provided,
“Rootname” will be used
-rootnameColumnName — The column name of the String column in output file.
-majorOrder=row|column — Specifies the binary SDDS layout.