mirror of https://github.com/apache/nifi.git
73b7ff8fd4
Add the following functionalities: - Custom value separator (default is comma) - Custom quote char to use (default is " i.e. quote sign) - Quote mode - Escape character to use (default is no escape character) - Comment marker - Trim fields - Character set to use The above features use a common implementation with "CSVReader". Also append a sentence to the capability description that first line of csv file is considered header. Setting custom header instead of using the first line is not supported (yet). Also, a minor refactor: CSVRecordLoopkupService and SimpleCsvFileLookupService now share common logic in implementation. CSV Format is extended to the same list as CSVReader. In addition, lookup services still have the "default" csv format for compatibility reasons. Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #4494. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
pom.xml |