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

Regex too complex error when uploading large CSV 's #66

Open
Monisha-Sohane18 opened this issue Feb 8, 2020 · 0 comments
Open

Regex too complex error when uploading large CSV 's #66

Monisha-Sohane18 opened this issue Feb 8, 2020 · 0 comments

Comments

@Monisha-Sohane18
Copy link

I got the Limit Error - "Regex Too Complex" when i tried to upload CSV having records more than 1000.
When i looked out for this issue , it was coming from CSV Parse Util where we are using common String functions like Split .
I resolved the issue by replacing Split with custom iterator . This will then extend the data upload limit atleast upto 5000 records .

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