Uses of Interface
org.supercsv.io.ICsvMapReader
Packages that use ICsvMapReader
Package
Description
Provides the various readers and writers used to read/write Strings, Maps, or Objects.
-
Uses of ICsvMapReader in org.supercsv.io
Classes in org.supercsv.io that implement ICsvMapReaderModifier and TypeClassDescriptionclass
CsvMapReader reads each CSV row into a Map with the column name as the map key, and the column value as the map value.