Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parameter for increasing max characters when using bulk mode #47

Open
neil90 opened this issue Nov 6, 2019 · 1 comment
Open

Add parameter for increasing max characters when using bulk mode #47

neil90 opened this issue Nov 6, 2019 · 1 comment

Comments

@neil90
Copy link
Contributor

neil90 commented Nov 6, 2019

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.

@neil90
Copy link
Contributor Author

neil90 commented Nov 6, 2019

Link to PR -> #46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant