Class ImportToMap

All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<Map<String,Object>>

public class ImportToMap extends Import<Map<String,Object>>
A extended Import to read csv lines into a single map.

Warning: The map used to push values for a csv line is the same for all lines, it means you have to copy to your own object.

Since:
2.4
Author:
Tony Chemit - chemit@codelutin.com