| Package | Description |
|---|---|
| com.klarna.hiverunner.data |
| Modifier and Type | Method and Description |
|---|---|
TsvFileParser |
TsvFileParser.withCharset(Charset charset)
Use the provided
Charset. |
TsvFileParser |
TsvFileParser.withDelimiter(String delimiter)
Use the provided delimiter.
|
TsvFileParser |
TsvFileParser.withHeader()
Enable if TSV file has header row.
|
TsvFileParser |
TsvFileParser.withNullValue(Object nullValue)
Use the provided null value.
|
TsvFileParser |
TsvFileParser.withoutHeader()
Enable if TSV file has header row.
|
Copyright © 2013–2020. All rights reserved.