-
Notifications
You must be signed in to change notification settings - Fork 131
Fix for 'Regex Too Complicated ' For Large CSV's #67
base: revert-11-master
Are you sure you want to change the base?
Conversation
Stop overwriting fieldNameSet and fieldValueList with each loop - this fixes issue #18 Change has been reviewed and tested.
Fixed typo on line 87 - missing L in List
Added support for Custom Settings/Custom Object data to Custom Metadata Types Migration: Do you have a need to migrate Custom Settings/Custom Object data to Custom Metadata Type records and looking for a solution that does this migration? Migration of Custom Settings/Custom Object data to Custom Metadata Types records can be painful. With this updated apex solution this migration is simplified.
Custom Settings/Custom Objects to Custom Metadata Types migrator
After incorporating code review comments and few enhancements
Migration of Custom Settings/Custom Objects to Custom Metadata Types along with the records.
Migration of Custom Settings/Custom Objects to Custom Metadata Types along with the records.
Added section for Custom Settings or Custom Objects to Custom Metadata Types migration.
Changes w.r.t. supporting migration of Custom Settings or Custom Objects to Custom Metadata Types
Changes w.r.t. supporting migration of Custom Settings or Custom Objects to Custom Metadata Types
Changes w.r.t. supporting migration of Custom Settings or Custom Objects to Custom Metadata Types
Changes w.r.t. supporting migration of Custom Settings or Custom Objects to Custom Metadata Types
Changes w.r.t. supporting migration of Custom Settings or Custom Objects to Custom Metadata Types
Custom Settings/Custom Object to Custom Metadata Types migration
Internal ref number: W-5616540 rev cschell
small typo fix in createCustomObject method
Fix a small mistake that was causing the header to not show properly.
Update README.md
|
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 ? |
Add notes about CLI plugin to README.md
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