-3

I want to skip the check of setMaxCharPerColumn(10000) of univocity csv parser in my project. Is there any settings to skip this?

Thanks

avy
  • 417
  • 1
  • 9
  • 21

1 Answers1

0

Author of the library here. Just set it to -1:

parserSettings.setMaxCharsPerColumn(-1)`
Jeronimo Backes
  • 6,141
  • 2
  • 25
  • 29