HI, i'm new to camel and have spent a bit of time checking out several options for processing CSV data.
so far bindy looks like a pretty good deal, but for one shortcoming - the csv i have to process is both long ( millions of records ) and wide ( hundreds of columns) while i've found the split() and stream() to break it down into line by line, the sticking point i have with bindy is what seems to be a need to declare every field in the annotated pojo plus its pos attribute. is there a way to ignore fields that i dont want to map? thanks in advance J.Dwyer