1. E-commerce Export to CRM Schema
Data AnalystBackground
A data analyst needs to import customer lists from multiple Shopify and WooCommerce stores into a central CRM. The column headers are inconsistent across exports.
Problem
Manually renaming headers like "CUST_ID", "First Name", and "e-mail" to match the CRM's "customerId", "firstName", and "email" schema is tedious and error-prone.
How to use
Paste the raw CSV data into the input area, enter the target schema columns, and add custom aliases like "cust id=customerId" in the alias dictionary.
Delimiter: Comma, Target Schema: customerId\nfirstName\nemail\nphone, Alias Dictionary: cust id=customerId\ncustomer id=customerId\nphone number=phone, Threshold: 0.8, Output CSV: trueOutcome
The tool maps "CUST_ID" to "customerId" via the alias dictionary, "First Name" to "firstName" via normalization, and outputs a clean CSV ready for CRM import.