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:
In Google Drive, click New > File Upload.
Select the .CSV file.
Click Open.
Right-click the uploaded file.
Select Open With Google Sheets.
Above Row 1, click the letter for the column to split.
In the menu bar, click
Data > Split text to columns.
In the separator menu that appears will display, select the appropriate punctuation separator.
In the menu bar, click
File > Download As > Comma-separated values (.csv, current sheet).
Formatting in Microsoft Excel
To format a .CSV file for import in Microsoft Excel, do the following:
In Excel's top toolbar, click
File > New Workbook.
In the Data tab, click From Text.
In the pop-up window that appears, select the desired .CSV file.
Click Get Data.
In the Text Import Wizard, select the radio button next to Delimited.
Click Next.
Select the appropriate Delimiters.
Change the Text qualifier to {none}.
Click Finish.
In the Import Data box, click Ok.
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.