Imagine a client hands you a .csv file that needs to be loaded into Salesforce. So, what’s your process?
Here are the steps I usually follow:
- Import the data into Google Sheets. Working in a collaborative spreadsheet is significantly easier than emailing files back and forth.
- In a new sheet, transpose the column headers into column A.
- Add columns to represent:
- Whether each field needs to be actually imported or not
- Which object and field to map to
- The transformation algorithm, if needed
- Make a 1st attempt at mapping and the transformation
- Confirm the mapping with the client and have them perform data cleansing
- Export to .csv and use Salesforce Dataloader to import into Salesforce
- Profit!
The takeaway
Having a consistent process to transform and clean data helps keep things in order.
I actually load data so often, I’ve developed a better tool for steps 5 and 6.
Category:
Salesforce