I am using BeanIO (fixedlength format ) and Camel..

As a POC, I am trying to write the data from Java object to a file using a
route.

Everything works fine but it puts an extra line separator (LS) at the end of
record.

Is there a way to suppress this behavior ?

Here is how the Route looks like.
                from("direct:marshal")
                .marshal(format)
                .to("file://output?fileName=output.txt");


Thanks,
RG



--
View this message in context: 
http://camel.465427.n5.nabble.com/Getting-rid-of-line-separator-BeanIO-Camel-tp5741859.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to