Package | Description |
---|---|
org.gcube.portlets.user.td.gwtservice.server.file | |
org.gcube.portlets.user.td.gwtservice.shared.csv |
Modifier and Type | Field and Description |
---|---|
protected CSVParserConfiguration |
FileUploadSession.parserConfiguration |
Modifier and Type | Method and Description |
---|---|
CSVParserConfiguration |
FileUploadSession.getParserConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
FileUploadSession.setParserConfiguration(CSVParserConfiguration parserConfiguration) |
Modifier and Type | Method and Description |
---|---|
static ArrayList<CSVRowError> |
CSVFileUtil.checkCSV(File csvFile,
CSVParserConfiguration config,
long errorsLimit) |
protected static net.sf.csv4j.CSVReader |
CSVFileUtil.createCSVReader(File csvFile,
CSVParserConfiguration parserConfiguration) |
static ArrayList<String> |
CSVFileUtil.getHeader(File csvFile,
CSVParserConfiguration parserConfiguration) |
static void |
CSVFileUtil.toJson(InputStream csv,
OutputStream output,
Charset outputCharset,
CSVParserConfiguration config,
long limit) |
Copyright © 2014. All Rights Reserved.