Package | Description |
---|---|
org.gbif.utils.file.csv |
Modifier and Type | Method and Description |
---|---|
static CSVReader |
CSVReaderFactory.build(File source)
Assumes 1 header row
|
static CSVReader |
CSVReaderFactory.build(File source,
Integer headerRows)
Build a CSVReader and try to detect the encoding, delimiter and quotes.
|
static CSVReader |
CSVReaderFactory.build(File source,
String delimiter,
boolean header)
Build a CSVReader with specific delimiter and presence or not of a header line.
|
static CSVReader |
CSVReaderFactory.build(File source,
String encoding,
String delimiter,
Character quotes,
Integer headerRows)
Build a CSVReader with specific encoding, delimiter, quotes character and number of header row(s).
|
static CSVReader |
CSVReaderFactory.build(File source,
String encoding,
String delimiter,
Integer headerRows)
Build a CSVReader with specific encoding, delimiter and number of header row(s) but default quote character
(quotation marks)
|
static CSVReader |
CSVReaderFactory.build(InputStream stream,
String encoding,
String delimiter,
Character quotes,
Integer headerRows)
Build a CSVReader with specific encoding, delimiter quotes and number of header row(s)
|
static CSVReader |
CSVReaderFactory.buildTabReader(InputStream stream,
String encoding,
Integer headerRows) |
static CSVReader |
CSVReaderFactory.buildUtf8TabReader(InputStream stream) |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.