1. Standardizing CRM Export
Data AnalystBackground
A CRM export contained inconsistent whitespace, empty rows, and mixed quote styles, making it impossible to import into the company database.
Problem
The raw data was too messy for the database schema to accept.
How to use
Pasted the CSV data, selected 'Trim whitespace', 'Remove empty rows', and 'Standardize quote characters'.
trimWhitespace: true, removeEmptyRows: true, standardizeQuotes: trueOutcome
A clean, uniform CSV file that imported into the database without errors.