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

Trimming within quotes #479

Open laaaarsi opened 3 years ago

laaaarsi commented 3 years ago

Why is trimming within quotes not possible while CSVParserSettings#keepQuotes evaluates to true? " asd" --> "asd" Is there a particular reason for not having this option? Would be a nice option to have :)