Class CsvReaders
java.lang.Object
org.nuiton.csv.ext.CsvReaders
Useful method around csv readers.
- Since:
- 2.6
- Author:
- Tony Chemit - chemit@codelutin.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final charBOM is a character you can find in the beginning of a UTF-8 encoded file that should not be interpreted. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BOM_CHARACTER
protected static final char BOM_CHARACTERBOM is a character you can find in the beginning of a UTF-8 encoded file that should not be interpreted. See http://en.wikipedia.org/wiki/Byte_order_mark- See Also:
-
-
Constructor Details
-
CsvReaders
public CsvReaders()
-
-
Method Details
-
getHeader
-
removeBomCharacter
-