uniVocity-parsers is a suite of extremely fast and reliable parsers for Java. It provides a consistent interface for handling different file formats, and a solid framework for the development of new parsers.
Modifies FixedWidthWriter to allow writing a single row using custom field lengths, alignments, paddings, etc. just for that row. Useful if some of the rows you need to write have different formats but are not distinguishable by the Lookup functionality.
Modifies
FixedWidthWriter
to allow writing a single row using custom field lengths, alignments, paddings, etc. just for that row. Useful if some of the rows you need to write have different formats but are not distinguishable by theLookup
functionality.