Is it possible to use the CSV component to read a CSV file and return a List<Map<String,String>>?
The keys being the values in the first line of the file.
I can only see a way to get it to generate a List<List<String>>.

Thanks
Tim

Reply via email to