CSV Importing

What is CSV?

A CSV is a comma separated values file, which allows data to be saved in a table structured format. CSVs look like a regular spreadsheet but with a .csv extension (Traditionally they take the form of a text file containing information separated by commas, hence the name).

CSV importing and editing allows you to create redirects in bulk. This process which could take several hours if you have to manage thousands makes it quick and efficient.

How do I edit a CSV file?

You can edit a CSV file using common spreadsheet programs such as Microsoft Excel, Numbers for Mac, or Google Sheets.

CSV Structure:

path,target
/oldpath/,/newtarget/

Download a sample CSV file

Editing existing redirects with CSV

To edit existing redirects, simply export your redirects by choosing "Export" from the CSV drop down on the redirects page. This will create a CSV file which you can download that contains an additional "id" column. This value is the Shopify redirect ID. If this column exists and it is a valid value, it will edit the row in the CSV file.