Shopify / shopify_transporter

The Transporter tool allows you to convert data from a third-party platform into a format that can be imported into Shopify.
MIT License
98 stars 43 forks source link

Product tags import issue #152

Closed vladimir-tsirulnikov closed 4 years ago

vladimir-tsirulnikov commented 4 years ago

Problem:

Product tags are added with quotes

Steps to Reproduce:

When creating a CSV file product tags must be wrapped into quotes. So if we need to import tags tag_1 and tag_2 we need to add such string to CSV: "tag_1, tag_2", according the manual. But in Shopify these tags are imported as "tag_1 and tag_2".

surajreddy commented 4 years ago

@vladimir-tsirulnikov we might need to update the documentation for this. You do not need to manually add quotes in the string. Depending on your csv editing software, using tag_1, tag_2 is sufficient.