# Product #4: SFDX Data Move Utility


![](https://cdn.hashnode.com/res/hashnode/image/upload/v1646048958411/oyz6laZ_u.png)

**Name**: SFDX Data Move Utility
**Usage**: Salesforce data migration and data seeding

**Description**: 
- Helps to populate org (scratch / dev / sandbox / production)     
  with data imported from another org or CSV files.
- supports all CRUD operations (Insert / Update / Upsert / Delete)  
  for multiple related sObjects preserving Record Type for each   
  record.
- Supports migration of related Notes , Attachments and Files 
  including the binary data.
- Built-in data anonymization feature.
- Supports customized Fields and Object Mapping, when the name of 
  the objects and fields in the Source and the Target are 
  different.

**Favourite** **Feature**: GUI application to configure the plugin and to manage multiple migration jobs.
**Link**:[SFDX Data Move Utility](https://github.com/forcedotcom/SFDX-Data-Move-Utility)

