Hi,
I agree with sebb.
Users can still create a BOMInputStream, wrap it into a reader and pass it
to CSVParser.parse(final Reader reader, final CSVFormat format).
I'm open for moving ExtendedBufferedReader to IO, if it fits. But in this
case I would probably use the shade plugin to get it into C
On 19 June 2014 15:00, Gary Gregory wrote:
> To support https://issues.apache.org/jira/browse/CSV-107, it would make
> life easy to depend on Commons IO to use BOMInputStream and the classes it
> depends on instead of copying them to [csv].
>
> I think we need to deal with BOMs in [csv] because ca
To support https://issues.apache.org/jira/browse/CSV-107, it would make
life easy to depend on Commons IO to use BOMInputStream and the classes it
depends on instead of copying them to [csv].
I think we need to deal with BOMs in [csv] because casual users may not
recognize the problem and using a