Method | Description | |
---|---|---|
AddColumn ( |
Add a new column.
|
|
Analyze ( |
Analyze the input file.
|
|
BasicCachedFile ( ) : System |
Construct the object.
|
|
GetColumnData ( String name, |
Get the data for a specific column.
|
Method | Description | |
---|---|---|
AttemptResolveName ( String name ) : String |
Attempt to resolve a column name.
|
public AddColumn ( |
||
column | The column to add. | |
return | void |
public Analyze ( |
||
input | The input file. | |
headers | bool | True, if there are headers. |
format | The format of the CSV data. | |
return | void |
public GetColumnData ( String name, |
||
name | String | The column to read. |
csv | The CSV file to read from. | |
return | String |