CSVFileExportValve
Valve for exporting items to a Character-Separated File (CSV) as defined in RFC 4180.
Output values can be separated by any character. Records are separated by line break (CRLF).
If header is written or not, is controlled by content_type property (header parameter).
Valve operates on the Current Item Set and will process all items surviving the common item filtering rules.
Properties
Example Configuration
{
"name": "CSVFileExportValve",
"config": {
"path":"C:\\Windows\\Temp\\file.csv",
"separator" : "|"
}
}