uniVocity / univocity-parsers

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.
918 stars 251 forks source link

Write with custom fields #521

Open lelandkusmer-toast opened 1 year ago

lelandkusmer-toast commented 1 year ago

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.