Modifier and Type | Method and Description |
---|---|
void |
CSVFile.parseCSV(TableCanvas table)
Parse CSV data into a table canvas.
|
void |
TSVFile.parseTSV(TableCanvas table)
Parse TSV data into a table canvas.
|
static void |
TSVFile.readFile(TableCanvas table,
java.io.Reader currentFile,
boolean overwrite,
boolean forceall)
Reads TSV data from a Reader object into a table canvas.
|
static void |
CSVFile.readFile(TableCanvas table,
java.io.Reader currentFile,
boolean overwrite,
boolean forceall)
Reads CSV data from a Reader object into a table canvas.
|
Copyright © 2008-2022 University of Manitoba.