CustomMetadataLoader icon indicating copy to clipboard operation
CustomMetadataLoader copied to clipboard

Fix for 'Regex Too Complicated ' For Large CSV's

Open Monisha-Sohane18 opened this issue 5 years ago • 2 comments

The Limit Error - "Regex Too Complicated" comes up everytime i try to upload CSV with more than 700 records. The Error comes from CSVFileUtil when suing String Functions like Split while parsing String to a CSV .

I have tried to extend the functionality to support data load upto 5000 records .For this i had to add a custom iterator where we are using String Split RowIteratorUtility.txt CSVFileUtil.txt

Monisha-Sohane18 avatar Feb 08 '20 10:02 Monisha-Sohane18

Thanks for the contribution! Unfortunately we can't verify the commit author(s): Steven Hayhurst <s***@p***.com>. One possible solution is to add that email to your GitHub account. Alternatively you can change your commits to another email and force push the change. After getting your commits associated with your GitHub account, sign the Salesforce.com Contributor License Agreement and this Pull Request will be revalidated.

salesforce-cla[bot] avatar Feb 08 '20 10:02 salesforce-cla[bot]

Thanks for the contribution! Unfortunately we can't verify the commit author(s): Steven Hayhurst <s***@p***.com>. One possible solution is to add that email to your GitHub account. Alternatively you can change your commits to another email and force push the change. After getting your commits associated with your GitHub account, sign the Salesforce.com Contributor License Agreement and this Pull Request will be revalidated.

How can i change my commits to another email id ?

Monisha-Sohane18 avatar Feb 08 '20 11:02 Monisha-Sohane18