| Interface | Description |
|---|---|
| CSVCallback |
| Class | Description |
|---|---|
| AbstractCSVParser | |
| CSVExtractor | |
| FileStreamer |
This is just a simple wrapper around the Scanner class to provide a file as a stream of lines
so we can parse huge CSVs without blowing out memory.
|
| StandardCallback |