I want to skip the check of setMaxCharPerColumn(10000) of univocity csv parser in my project. Is there any settings to skip this?
Thanks
Author of the library here. Just set it to -1:
-1
parserSettings.setMaxCharsPerColumn(-1)`