[
https://issues.apache.org/jira/browse/NIFI-12023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17765294#comment-17765294
]
ASF subversion and git services commented on NIFI-12023:
--------------------------------------------------------
Commit a7a281c215b2ca2c172981159cb7ca9399ba6486 in nifi's branch
refs/heads/main from Matt Burgess
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=a7a281c215 ]
NIFI-12023: Add FastCSV parser to CSVReader
Signed-off-by: Pierre Villard <[email protected]>
This closes #7685.
> Add FastCSV parser to CSVReader
> -------------------------------
>
> Key: NIFI-12023
> URL: https://issues.apache.org/jira/browse/NIFI-12023
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Reporter: Matt Burgess
> Assignee: Matt Burgess
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> According to [these
> benchmarks|https://github.com/osiegmar/JavaCsvBenchmarkSuite], FastCSV is
> much faster than Apache Commons CSV and Jackson CSV with a small footprint.
> This Jira proposes to add an implementation of FastCSV as a parser for
> CSVReader. Attention must be paid to which features are available from
> FastCSV, any unusual or unsupported behaviors should be well documented to
> avoid confusion for the user.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)