Hi, I need to marshal and unmarshal CSV files with pipe as separator. If a annotate my model object with @CsvRecord(separator="\\|") as mentioned in docs, the unmarshal process works fine. But if I try to marshal from this model object to CSV file the resulting separator is just the backslash character \ !!!
If i change the annotation to @CsvRecord(separator="|") or @CsvRecord(separator="||") the marshal process works fine with pipe as separator, but the unmarshal process fails. Is this a bug in camel 2.8.0 bindy component which I'm using? -- View this message in context: http://camel.465427.n5.nabble.com/bindy-different-behavior-between-marshal-and-unmarshal-with-pipe-separator-tp4798488p4798488.html Sent from the Camel - Users mailing list archive at Nabble.com.
