description: Converts selected columns from an SDDS file into a raw binary stream with no
header. Data may be written in row-major or column-major order.
-pipe[=in][,out] — The standard SDDS Toolkit pipe option.
-column=name[,name...] — Specifies one or more columns to write to the output file.
This option is required.
-order=rowMajor|columnMajor — Determines the order in which column data are
written. Row-major order (default) writes one element from each column per row;
column-major order writes each column sequentially.