mirror of
https://github.com/apache/nifi.git
synced 2025-02-06 18:18:27 +00:00
CSVReader and CSVRecordSetWriter controller services and also ConvertExcelToCSVProcessor support EL for Value Separator, Quote Character and Escape Character properties. NIFI-6318: Fixed null checks and compound OR expression. NIFI-6318: RecordSetWriterFactory.createWriter() changes. NIFI-6318: Initialize CSVFormat in onEnabled() if there are no dynamic formatting properties. NIFI-6318: Comment Marker supports EL. NIFI-6318: Various review changes. This closes #3504. Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>