1. Database Migration
Data AnalystBackground
An analyst needs to import a large product catalog from an Excel file into a PostgreSQL database.
Problem
The database requires a standard CSV format with specific delimiters and no extra whitespace.
How to use
Upload the product list, set the delimiter to a comma, and ensure 'Trim Whitespace' is checked.
delimiter: ',', trimValues: true, hasHeader: trueOutcome
A clean CSV file ready for immediate ingestion into the database.