Synopsis
This operator can write csv files.
Description
This operator can be used to write data into CSV files (Comma Separated Values). The values and columns are separated by ";". Missing data values are indicated by empty cells.
Input
- input: expects: ExampleSet
Output
- through:
Parameters
- csv file: The CSV file which should be written.
- column separator: The column separator.
- write attribute names: Indicates if the attribute names should be written as first row.
- quote nominal values: Indicates if nominal values should be quoted with double quotes.
- format date attributes: Indicates if date attributes are written as a formated string or as milliseconds past since January 1, 1970, 00:00:00 GMT
- encoding: The encoding used for reading or writing files.