Write data to a CSV file. CSV file writing is extremely fast and the file format is commonly used in many tools. But CSV files do not preserve data types.
Character-set encoding to write data with
String OptionalAn optional column to sort all records with. Note that sorting can add substantial performance penalties to the overall operation.
InputColumn<Object> Optional