Package | Description |
---|---|
org.drip.feed.loader |
Modifier and Type | Method and Description |
---|---|
static CSVGrid |
CSVParser.NamedStringGrid(java.lang.String strCSVFile)
Parse the Contents of the CSV File into a List of Named String Arrays
|
static CSVGrid |
CSVParser.StringGrid(java.lang.String strCSVFile,
boolean bIgnoreHeader)
Parse the Contents of the CSV File into a List of String Arrays
|