You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Daneel Yaitskov (JIRA)" <ji...@apache.org> on 2013/12/05 18:34:36 UTC

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

Daneel Yaitskov created CAMEL-7043:
--------------------------------------

             Summary: 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


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)