Class CsvEncoder
- java.lang.Object
-
- io.vertigo.commons.impl.codec.csv.CsvEncoder
-
public final class CsvEncoder extends Object implements Encoder<String,String>
Codec des CSV. Spécifications encodage CSV : http://www.rfc-editor.org/rfc/rfc4180.txt Règle : If double-quotes are used to enclose fields, then a double-quote appearing inside a field must be escaped by preceding it with another double quote. For example: "aaa","b""bb","ccc"- Author:
- pchretien
-
-
Constructor Summary
Constructors Constructor Description CsvEncoder()
-