Super CSV is a free library for reading and writing
CSV files in Java. We need to have SuperCSV-1.52.jar, spiffy-0.05.jar or
later versions in classpath.
The following example shows reading a CSV as a map using Super CSV.
The CSV header name is used as key and column data as value.