This property requires exactly one file to be provided..
Supports Expression Language: true (will be evaluated using variable registry only)CSV Format | CSV Format | Default Format | - Custom Format
- RFC 4180
- Microsoft Excel
- Tab-Delimited
- MySQL Format
- Informix Unload
- Informix Unload Escape Disabled
- Default Format
- RFC4180
| Specifies which "format" the CSV data is in, or specifies if custom formatting should be used. |
Character Set | Character Set | UTF-8 | | The Character Encoding that is used to decode the CSV file. Supports Expression Language: true (will be evaluated using variable registry only) |
Lookup Key Column | lookup-key-column | | | The field in the CSV file that will serve as the lookup key. This is the field that will be matched against the property specified in the lookup processor. Supports Expression Language: true (will be evaluated using variable registry only) |
Ignore Duplicates | ignore-duplicates | true | | Ignore duplicate keys for records in the CSV file. |
Value Separator | Value Separator | , | | The character that is used to separate values/fields in a CSV Record. If the property has been specified via Expression Language but the expression gets evaluated to an invalid Value Separator at runtime, then it will be skipped and the default Value Separator will be used. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry)
This Property is only considered if the [CSV Format] Property has a value of "Custom Format". |
Quote Character | Quote Character | " | | The character that is used to quote values so that escape characters do not have to be used. If the property has been specified via Expression Language but the expression gets evaluated to an invalid Quote Character at runtime, then it will be skipped and the default Quote Character will be used. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry)
This Property is only considered if the [CSV Format] Property has a value of "Custom Format". |
Quote Mode | Quote Mode | Quote Minimal | - Quote All Values
- Quote Minimal
- Quote Non-Numeric Values
- Do Not Quote Values
| Specifies how fields should be quoted when they are written
This Property is only considered if the [CSV Format] Property has a value of "Custom Format". |
Comment Marker | Comment Marker | | | The character that is used to denote the start of a comment. Any line that begins with this comment will be ignored. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry)
This Property is only considered if the [CSV Format] Property has a value of "Custom Format". |
Escape Character | Escape Character | \ | | The character that is used to escape characters that would otherwise have a specific meaning to the CSV Parser. If the property has been specified via Expression Language but the expression gets evaluated to an invalid Escape Character at runtime, then it will be skipped and the default Escape Character will be used. Setting it to an empty string means no escape character should be used. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry)
This Property is only considered if the [CSV Format] Property has a value of "Custom Format". |
Trim Fields | Trim Fields | true | | Whether or not white space should be removed from the beginning and end of fields
This Property is only considered if the [CSV Format] Property has a value of "Custom Format". |
Lookup Value Column | lookup-value-column | | | Lookup value column. Supports Expression Language: true (will be evaluated using variable registry only) |
State management:
This component does not store state.Restricted:
This component is not restricted.System Resource Considerations:
None specified.