Here is my use case:

I need to split a CSV file which contains orders. Parsing rules of this CSV
are very simple: 

- Each order has several lines (no fix number)

- Each order begins with one line (initiator): 
111;222;dynamic content

- Each order ends with two lines (terminator)
111;333;dynamic content
111;333;dynamic content

Initiator and terminator have to be included in the outcome of the split.

I am not sure which supported Expression Language
(http://camel.apache.org/expression.html) is best for this kind of use case?
I think this can be solved with a regular expression easily (mabye within a
POJO). What do you think? What is best practice? Thanks for help...

Best regards,
Kai




-----
 Best regards, 
    Kai Wähner 
    
    Twitter: @KaiWaehner 
    Email: kont...@kai-waehner.de 
    Blog: www.kai-waehner.de/blog 
--
View this message in context: 
http://camel.465427.n5.nabble.com/Which-expression-language-to-use-within-Camel-Splitter-to-split-a-CSV-file-tp5744503.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to