AttributesToCSV 2.0.0

Bundle
org.apache.nifi | nifi-standard-nar
Description
Generates a CSV representation of the input FlowFile Attributes. The resulting CSV can be written to either a newly generated attribute named 'CSVAttributes' or written to the FlowFile as content. If the attribute value contains a comma, newline or double quote, then the attribute value will be escaped with double quotes. Any double quote characters in the attribute value are escaped with another double quote.
Tags
attributes, csv, flowfile
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
failure Failed to convert attributes to CSV
success Successfully converted attributes to CSV
Writes Attributes
Name Description
CSVSchema CSV representation of the Schema
CSVData CSV representation of Attributes