Hi Gregor,
I'd be happy to do so; however, I have not created a unit test before in
order to be able to attach one.
Can you share an example and I can try to create it?
Thanks!
Sadiq
--
View this message in context:
http://camel.465427.n5.nabble.com/Parsing-issue-with-unmarshal-and-
Hi souciance and Onder,
Thanks for your reply.
In a CSV, a field can be encapsulated by double quotes in case there are
commas within the field that should not split the field.
So the following should be just 3 fields:
345,"1971-79 Fan Blade 19-1/2, 7 Blade",Available
And Bindy handles this sce
@DataField(pos = 2)
private String longDescription;
@DataField(pos = 3)
private String status;
//setters and getters
...
}
I believe this to be a bug unless there is some configuration I need to set?
Can someone confirm that this is a bug an