How to Manipulate .CSV files


Written by: Sheryll Chua

WHAT IF THE CSV FILE IS FORMATTED AS A SINGLE-COLUMN OF VALUES

Some database export systems provide a .CSV file that is formatted as a single column of values, separated by commas or semicolons. You can readily import this to FunnelBud, just make sure to choose the correct delimiter and there are no spaces in the data. However, if you want to process the values before importing the list (filter, add new columns, etc), here's how you can separate the values into columns. 

Formatting in Google Sheets

To format a .CSV file for import, in Google Sheets, do the following:

Formatting in Microsoft Excel

To format a .CSV file for import in Microsoft Excel, do the following:

Note: If there are quotation marks around the beginning and end of words, use Edit > Find/Replace to remove them. Rows containing commas as data—and not as record separators—should have their fields encased in quotation marks to avoid this data being misinterpreted as a delimiter.