You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2021/06/24 13:16:00 UTC

[jira] [Resolved] (CAMEL-16553) camel-flatpack - Issues when parsing CSV files that extensively use text qualifiers

     [ https://issues.apache.org/jira/browse/CAMEL-16553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-16553.
---------------------------------
    Resolution: Information Provided

This is a bug/issue in flatpack and is tracked in their issue tracker

> camel-flatpack - Issues when parsing CSV files that extensively use text qualifiers
> -----------------------------------------------------------------------------------
>
>                 Key: CAMEL-16553
>                 URL: https://issues.apache.org/jira/browse/CAMEL-16553
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-flatpack
>    Affects Versions: 3.4.0
>            Reporter: MykhailoVlakh
>            Priority: Minor
>
> It looks like Flatpack library has defects that do not allow to parse CSV files that use text qualifiers a lot. The issues are:
>  * it cannot process files that contain multiline strings like:
> {code:java}
> Bob,Smith,bsmiht@test.com,"This is a long fragment of text
> that should be processed as a single field", 1988, 111-222-33,"another field with new line character
>  that should be considered as a field of the same data row" {code}
>  * also if string starts with text qualifier characters it also cannot handle it properly, like:
> {code:java}
> Bob, Smith, """Test"" , 2, Some string, still string, also part of the string.",11111111
> {code}
> I have reported a defect [https://github.com/Appendium/flatpack/issues/60] for Flatpack. But I am not sure if there are chances that these issues will be fixed any time soon since they released the latest available version in 2019.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)