You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hello,
I have a Route which loads a file with a cFile component. At this point I would like to process a seperate message for each line in the file. I have been trying to do this using the cSplitter component but so far I still just get one message with the entire file contents. It seems like I must be missing something obvious, can anyone help me?
Thanks!
Drew
Offline

There is an example of using splitter with a text file here http://www.talendforge.org/forum/viewtopic.php?id=23667 . A bit complex for your case but you can download the example and it should answer your question.
Offline
Thanks Edward, the example code helped get me started. I needed to use body(String.class).tokenize("\n") as the Expression for my cSplitter component.
Offline
Pages: 1