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.