|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.univocity.parsers.csv.Csv
public class Csv
This class provides default configurations using CSV formats commonly used for parsing/writing.
| Constructor Summary | |
|---|---|
Csv()
|
|
| Method Summary | |
|---|---|
static CsvParserSettings |
parseExcel()
Provides a basic CSV configuration that allows parsing CSV files produced by Microsoft Excel. |
static CsvParserSettings |
parseRfc4180()
Provides a basic CSV configuration for parsing CSV files in accordance with the rules established by RFC 4180 |
static CsvWriterSettings |
writeExcel()
Provides a basic CSV configuration that allows writing CSV files that can be read by Microsoft Excel. |
static CsvWriterSettings |
writeRfc4180()
Provides a basic CSV configuration for writing CSV files in accordance with the rules established by RFC 4180 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Csv()
| Method Detail |
|---|
public static CsvParserSettings parseExcel()
CsvParserSettings object with suggested settings
for parsing CSV files produced by Microsoft Excel.public static CsvParserSettings parseRfc4180()
CsvParserSettings object with suggested settings for parsing
CSV using the RFC 4180 rules.public static CsvWriterSettings writeExcel()
CsvWriterSettings object with suggested settings for generating
CSV files that can be read by Microsoft Excel.public static CsvWriterSettings writeRfc4180()
CsvWriterSettings object with the settings required to generate
CSV files in accordance with the rules established by RFC 4180
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||