Package org.gbif.utils.file.csv
Class CSVReaderFactoryTest
java.lang.Object
org.gbif.utils.file.csv.CSVReaderFactoryTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidAs CSV files with rare optional quotes are hard to detect but cause problems we prefer to default to the " quotation in case comma seperated files are used.voidWe dont want unquoted CSVs, See detectCsvOptionallyQuoted()voidvoidvoidvoid
-
Constructor Details
-
CSVReaderFactoryTest
public CSVReaderFactoryTest()
-
-
Method Details
-
detectCsvAlwaysQuoted
- Throws:
IOException
-
detectCsvUnquoted
We dont want unquoted CSVs, See detectCsvOptionallyQuoted()- Throws:
IOException
-
detectPipe
- Throws:
IOException
-
detectSemicolon
- Throws:
IOException
-
detectCsvOptionallyQuoted
As CSV files with rare optional quotes are hard to detect but cause problems we prefer to default to the " quotation in case comma seperated files are used. This is why test detectCsvUnquoted() is outcommented right now!- Throws:
IOException
-
detectTab
- Throws:
IOException
-
detectTabQuoted
- Throws:
IOException
-