SFDMU Help Center
View On GitHub
Search the knowledge base
↓
↑
⇧
SFDMU Overview
Key features of the SFDMU
Get started with the SFDMU
Installation
Configuration
Running
Debugging
Full export.json file format
Documentation
Advanced features
Composite External ID keys
Compound Fields
Data Anonymization
DeleteHierarchy operation
DeleteSource operation
Export of the Notes, Attachments and Files
Field Multiselect
Fields Mapping
Handling of record OwnerId
Handling of the RecordType
Multiple object sets
Polymorphic Lookup Fields
Target Records Filter
Values Mapping
Add-On API
Add-On API Overview
ExportFiles Core Add-On Module
RecordsTransform Core Add-On Module
RecordsFilter Core Add-On Module
Supported Add-On Api events
Custom Add-On Api
Add-On Api Object Reference
Reports
Report of issues in source CSV files
Missing parent lookups report
Target CSV files
Source (the Working Copy) CSV files
Execution logs
Examples
Configuration
Basic examples
Advanced examples
CSV import-export examples
File data transfer examples
Record transformation examples
FAQ
Common questions
Can I use CSV source files produced by the standard Salesforce Data Loader and vice versa?
Which encoding of the CSV files is supported by the Plugin?
Which encoding type should I use for export.json file?
Can I use the Plugin for the production environments?
Does the Plugin support export of object metadata?
Can I migrate Users or Groups with the Plugin?
Are there any limitations regarding the processed data volume?
Can I download and modify the Plugin code to use it in my own projects?
Configuration
Are the field names and the object name used in the object's SOQL query case sensitive?
Can I also export some fields from the referenced parent sObjects using the child object query?
Can I omit External ID definition for the object?
Can I use autonumber fields as External Id?
What options the SFDMU has to perform a pre-validation before data insert?
Do I always need to specify the parent object for the polymorphic field?
How to assign Queue to Cases?
How to empty all string fields of the sObject?
How can I set External ID for the object without exporting its records?
How to update the target field with a constant value?
Is the WHERE clause in my export.json file limited to 4k characters like a normal SOQL statement?
How to limit number of parent records by their related child records?
I wonder if the insert of child records with a self lookup field populated can be done as one insert job ?
Should I always include Id field in my query?
What does it mean "master" records and what is "slave"?
What is the proper way to include self-reference lookup field in my query?
What kind of fields can I exclude with "excludeFields" feature?
Bulk API
How can I control the batch size for Bulk API Query?
Why BulkApi v1 Parallel Mode does NOT create batches asynchronously ?
CSV import-export
How can I change all false field values to true ?
Is it possible to use multiple CSV source file for the same object ?
Logging
Warning about missing parent lookup records seems odd
MissingParentRecordsReport.csv is empty.
Troubleshooting
Common issues
Why custom User and Record Type Lookups are not filled in during insert operation?
Why the deleting from the Target always runs for me?
Why geolocation data type data is not updating in the target org?
The Plugin says "object does not include any field can be updated or inserted"
Where can I find message about the reason of failed insertions?
Why when I used "master:false", no records were fetched, but when I removed that feature, it fetched records as expected?
Why do I have the error "Invalid record hashcode. Unable to find matching record from the response returned by the bulk job"?
Why no records inserted?
CSV import-export issues
I have warnings in CSVIssuesReport.csv file, how can I understand them?
Plugin won't run
Allow disabling SSL and hash checks when linking the Plugin
Plugin does not able to locate export.json in the "working directory".
Issues while authenticating to my SFDX orgs.
JavaScript heap out of memory error.
The Plugin is not able to connect to the org.
Read ECONNRESET error during "Retrieving the source data"
Unexpected behavior when relying on the default target org configuration within SFDX.
Unable to run plugin due to nodejs or sfdx-cli issue. How can I solve it?
Issues with Advanced Features
Error during migration Notes and Attachments, what's wrong?
Problem of ValuesMapping with regex.
Why the Values Mapping does not working for me?
Why data anonymization is not working ?
Why the Fields Mapping feature does not work for me?
GUI App issues
GUI App installation failed or showing blank screen.
The GUI App is failing to connect to the salesforce org.
Appendix
Changelog
Support policy
Code contribution policy
License Agreement
Which encoding type should I use for export.json file?
Answer.
Your
export.json
file should be
ONLY
in UTF-8 format. Other formats
are not supported
.
Last updated on 17th May 2023