Class CsvReader

java.lang.Object
org.chenile.filewatch.reader.CsvReader
All Implemented Interfaces:
Iterable<Object>

public class CsvReader extends Object implements Iterable<Object>
Read a CSV file with the first line as the header. Parse it and return an iterator
Author:
Raja Shankar Kolluru