Re: Rép: Splitting Message from Ftp Consumer

2014-12-10 Thread Noam Ramonet
Hi, I’ve testing a little more and the issue seems related to the Expresion used by split to iterate. Ftp consumers generates a message with body input of type RemoteFile FtpFile. org.apache.commons.net.ftp.FtpFile#toString() method returns the strange splitted content which originated the post

Splitting Message from Ftp Consumer

2014-12-05 Thread Noam Ramonet
Hi all, I’m getting an strange behaviour splitting a message body coming from a ftp consumer. Below route works perfectly when I use a local file consumer (line commented). I get a log message per file input line, and I can process the content later correctly. But when I change to the ftp I

Re: Rép: Splitting Message from Ftp Consumer

2014-12-05 Thread Noam Ramonet
side, and test other fragrances of CRLF (\r\n, \n...). Noam Ramonet noamramo...@gmail.com a écrit : Hi all, I’m getting an strange behaviour splitting a message body coming from a ftp consumer. Below route works perfectly when I use a local file consumer (line commented). I get a log