Menu

#95 Enable reading fixed-width files without line breaks

open
nobody
None
5
2015-10-07
2015-10-07
No

Currently, the CsvJdbc database connection property fixedWidths is used to read files with fixed column widths, with one record per line.

Some fixed width formats do not include a line break after each record and the next record begins immmediately after the previous one.

Extend CsvJdbc to read these files.

Discussion