When unmarshalling a tsv file where the individual fields are not quoted, the 
unmarshaller still tries to strip the quotes.   For a field such as:    , 
"Amazing" field,     , the unmarshaller will see the first quote and try to 
strip it off expecting another quote at the end of the field.  The end result 
is bindy unmarshaller completely fails for the whole record.   The fix is to 
look at the  "quoting" field and if qoutes are not expected, do not try to 
strip them.

[ Full content available at: https://github.com/apache/camel/pull/2518 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to