Tags Field
There are a few settings for this field which are:
1. Prefix
This is a field to add the prefix in front of the tag values.
2. Find
Find for multiple words or phrases separated by commas. The search matches any part of the words, supports wildcard (*) and regular expressions. You can test your regular expression at this link: https://regex101.com/
3. Replace with
Replace the words or phrases used with Find above, separated by a comma.
4. Include tags
It can include certain tags, separated by commas to be imported only.
5. Ignore Tags
Ignore tags is for listing out all the tags that wanted to ignore from importing, can use it by separating the comma.
6. Replace store product tags
When is unchecked, it will not remove any existing tags on the store and only add new tags from the feed file.
7. Append new tags to existing tags
By default, it will be enabled. If not the tags will remove from the existing tags. If it's disabled, it will REMOVE from existing tags.
Replace store product tags vs Append new tags to existing tags
Example: Shopify store has tags (tag A, tag B) and the same product in the feed file has tags (tag B, tag C)
Replace store product tags #6 | Append new tags to existing tags #7 | Result |
---|---|---|
Disabled | Enabled | tag A, tag B, tag C |
Disabled | Disabled | tag A |
Enabled | Disabled | tag B, tag C |
Enabled | Enabled | tag B, tag C |
8. Tag column separator
This field is for adding any column separator for the tag. It's a custom field to add the column separator.
Updated on: 18/02/2025
Thank you!