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 2013/12/05 18:38:35 UTC

[jira] [Resolved] (CAMEL-7043) Processing big CSV files by row one by one

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

Claus Ibsen resolved CAMEL-7043.
--------------------------------

       Resolution: Invalid
    Fix Version/s: 2.13.0
         Assignee: Claus Ibsen

Use the mailing list / user forum for getting help with Camel.

You can find more details here
http://camel.apache.org/support.html
http://camel.apache.org/discussion-forums.html
http://camel.apache.org/mailing-lists.html

> Processing big CSV files by row one by one
> ------------------------------------------
>
>                 Key: CAMEL-7043
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7043
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-bindy
>            Reporter: Daneel Yaitskov
>            Assignee: Claus Ibsen
>             Fix For: 2.13.0
>
>
> I have 13G csv file. As far as I know Bindy loads entire file.
> I know about workaround with .body().token("\n")  to split file in lines
> and process them independently but 
> it won't with multiline rows. Csv support text fields than can contain new line symbols.



--
This message was sent by Atlassian JIRA
(v6.1#6144)