| Package | Description |
|---|---|
| com.univocity.parsers.tsv |
| Modifier and Type | Method and Description |
|---|---|
TsvFormat |
TsvFormat.clone() |
protected TsvFormat |
TsvWriterSettings.createDefaultFormat()
Returns the default TsvFormat.
|
protected TsvFormat |
TsvParserSettings.createDefaultFormat()
Returns the default TsvFormat configured to handle TSV inputs
|
TsvFormat |
TsvFormat.setComment(char comment)
Defines the character that represents a line comment when found in the beginning of a line of text.
|
TsvFormat |
TsvFormat.setEscapeChar(char escapeChar)
Defines the character used for escaping special characters in TSV inputs: \t, \n, \r and \ .
|
TsvFormat |
TsvFormat.setEscapedTabChar(char escapedTabChar)
Defines the character that should be used to represent an escaped tab, i.e.
|
TsvFormat |
TsvFormat.setLineSeparator(char[] lineSeparator)
Defines the line separator sequence that should be used for parsing and writing.
|
TsvFormat |
TsvFormat.setLineSeparator(String lineSeparator)
Defines the line separator sequence that should be used for parsing and writing.
|
TsvFormat |
TsvFormat.setNormalizedNewline(char normalizedNewline)
Sets the normalized newline character, which is automatically replaced by
Format.getLineSeparator() when reading/writing |
| Modifier and Type | Method and Description |
|---|---|
TsvParserSettings |
TsvParserSettings.setFormat(TsvFormat format)
Defines the format of the file to be parsed/written (returns the format's defaults).
|
Copyright © 2024. All rights reserved.