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.
917 stars 252 forks source link

Update FixedWidthParserSettings.java #540

Open costakamby opened 7 months ago

costakamby commented 7 months ago

change lookaheadFormats and lookbehindFormats to linkedHashmap to maintain order

this means if conflicting formats are added, behavior is deterministic

UltraCharge99 commented 6 months ago

See #534