Package | Description |
---|---|
com.gooddata.connector | |
com.gooddata.csv | |
com.gooddata.util |
Modifier and Type | Method and Description |
---|---|
protected int |
AbstractConnector.copyAndTransform(CSVReader cr,
CSVWriter cw,
boolean transform,
int dateLength)
Copies the extracted data and transform them
|
Modifier and Type | Method and Description |
---|---|
SourceColumn[] |
DataTypeGuess.guessCsvSchema(CSVReader cr)
Guesses the CSV schema
|
SourceColumn[] |
DataTypeGuess.guessCsvSchema(CSVReader cr,
int columns)
Guesses the CSV schema
|
Modifier and Type | Method and Description |
---|---|
static CSVReader |
FileUtil.createUtf8CsvReader(File file)
Creates a UTF-8
CSVReader of the given file. |
static CSVReader |
FileUtil.createUtf8CsvReader(File file,
char separator)
Creates a UTF-8
CSVReader of the given file. |
static CSVReader |
FileUtil.createUtf8CsvReader(InputStream inputStream)
Creates a UTF-8
CSVReader of the given inputStream. |
static CSVReader |
FileUtil.createUtf8CsvReader(InputStream inputStream,
char separator)
Creates a UTF-8
CSVReader of the given inputStream. |
static CSVReader |
FileUtil.getResourceAsCsvReader(String path)
Creates a UTF-8
CSVReader of the resource on classpath represented by
given path. |
Copyright © 2014. All rights reserved.