You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using bulk mode it leverages com.univocity.parsers.csv.CsvParser class however it has a default limit of 4096 for each column, it can be changed by using the method setMaxCharsPerColumn on the class CsvParserSettings. Exposing the setting as a parameter would alleviate this issue.
The text was updated successfully, but these errors were encountered:
When using bulk mode it leverages com.univocity.parsers.csv.CsvParser class however it has a default limit of 4096 for each column, it can be changed by using the method
setMaxCharsPerColumn
on the class CsvParserSettings. Exposing the setting as a parameter would alleviate this issue.The text was updated successfully, but these errors were encountered: