Welcome to Catalog Tips
				
			Search more than 200 articles to learn more about creating and automating your product catalogs
Tip: Start typing in the input box for immediate search results.
UNIQUESTR – Return unique entries in a given string
Overview
This Custom Field returns the unique entries in a given string.
Syntax
UNIQUESTR(FIELDSTR(HTML),#,–)
| Element | Description | 
|---|---|
| InputString | The string to check. | 
| InputSeparator | The separators in the input string. | 
| OutputSeparator | The separators to use in the input string. | 
Example
Where FIELDSTR(Manufacturer) is Toyota#Ford#Holden#Ford#Mazda#Holden#Ford#Hyundai#Hyundai#Ford
UNIQUESTR(FIELDSTR(Manufacturer),#,–) will return:
Toyota-Ford-Holden-Mazda-Hyundai
