I have to implement, maybe, a custom FlatFileItemReader that reads a CSV file which ignores all the additional fields that will be included in the CSV file (say all the fields after field 10). Another complication is that the number of additional fields can be variable. Any thoughts on how I can address this requirement? A sample or skeleton class will be useful.

Regards
Ajay