[ https://issues.apache.org/jira/browse/NIFI-6318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16892519#comment-16892519
]
ASF subversion and git services commented on NIFI-6318:
-------------------------------------------------------
Commit c6e6a418aa1ff78bf508b75dc923f6c8965bb76b in nifi's branch refs/heads/master from Peter
Turcsanyi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=c6e6a41 ]
NIFI-6318: Support EL in CSV formatting properties
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>
> Support EL in CSV formatting properties
> ---------------------------------------
>
> Key: NIFI-6318
> URL: https://issues.apache.org/jira/browse/NIFI-6318
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Peter Turcsanyi
> Assignee: Peter Turcsanyi
> Priority: Major
> Time Spent: 4h 20m
> Remaining Estimate: 0h
>
> Improve CSV components to support dynamic configuration of the CSV delimiter and other
formatting parameters via expression language / flowfile attributes.
> Components:
> - CSVReader
> - CSVRecordSetWriter
> - ConvertExcelToCSVProcessor
> Properties:
> - delimiter
> - quote character
> - escape character
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
|