Hi! I'm new to Camel and this is my first post to this mailing list.

I'm unmarshalling a CSV-file to a CSVRecord using the @CsvRecord. I would
like some of the fields to be required and simply discard the entries that
don't have the required fields. As it is now, the unmarshalling throws an
exception when it encounters the first entry that doesn't have one of the
required fields.

What would be the preferred way of handling this?

Also, on a side note, the CSV-file has a trailing separator after the last
entry of each line, and that separator becomes part of the last field. How
can I stop this from happening?

I hope I supplied enough information and that my questions aren't THAT
stupid.

-- 
Mvh. Andreas Hagen

Reply via email to