Writes to a destination that is in CSV (comma-separated values) format. The column separator can be chosen (default is ',') as well as the value representing missing values (default is '?').
Valid options are:
-F <separator> The field separator to be used. '\t' can be used as well. (default: ',')
-M <str> The string representing a missing value. (default: ?)
-i <the input file> The input file
-o <the output file> The output file
@author Stefan Mutter (mutter@cs.waikato.ac.nz)
@version $Revision: 6098 $
@see Saver