1. Extracting Contact Emails
Marketing SpecialistBackground
I have a CSV file with 20 columns of customer data, but I only need the 'Name' and 'Email' columns for an email campaign.
Problem
The file is too large to edit manually in a spreadsheet program without risking data corruption.
How to use
Set selection mode to 'By Name', enter 'Name,Email', and choose 'CSV' as the output format.
selectionMode: name, columnSelection: Name,Email, outputFormat: csvOutcome
A clean CSV file containing only the two requested columns, ready for import into the email marketing platform.