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)