public class CSVParser
extends java.lang.Object
| Constructor and Description |
|---|
CSVParser() |
| Modifier and Type | Method and Description |
|---|---|
static CSVGrid |
NamedStringGrid(java.lang.String strCSVFile)
Parse the Contents of the CSV File into a List of Named String Arrays
|
static CSVGrid |
StringGrid(java.lang.String strCSVFile,
boolean bIgnoreHeader)
Parse the Contents of the CSV File into a List of String Arrays
|
public static final CSVGrid StringGrid(java.lang.String strCSVFile, boolean bIgnoreHeader)
strCSVFile - The CSV FilebIgnoreHeader - TRUE - Ignore the Leading Row as a Headerpublic static final CSVGrid NamedStringGrid(java.lang.String strCSVFile)
strCSVFile - The CSV File