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.
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 :)
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 :)