Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.16.2
-
None
-
Unknown
Description
Given a route
from("file:/temp/flatpack")
.unmarshal(new FlatpackDataFormat())
.split(body())
.log("Record found");
and an input file
foo,bar
1
2,foo
3,foo,bar
I get one record logged; there are no errors or exceptions.
DataSet contains errors (for too few and too many fields), however, it is wrapped in a DataSetList and access to the errors is lost.