Using DataField and providing a trim=true is not honored and while retrieving the value of field the exact positional data read is displayed
@DataField(pos = 1, length=10, trim=true) private String userID; I was expecting by setting trim=true should, read positional record and set the trimmed value in bean -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-4-0-DataField-trim-is-not-honored-tp3348197p3348197.html Sent from the Camel - Users mailing list archive at Nabble.com.
