public final class CsvTranslators extends Object
In general the use a high level API like Apache Commons CSV should be preferred over these low level classes.
Modifier and Type | Class and Description |
---|---|
static class |
CsvTranslators.CsvEscaper
Translator for escaping Comma Separated Values.
|
static class |
CsvTranslators.CsvUnescaper
Translator for unescaping escaped Comma Separated Value entries.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.