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.
FORMATASTABLE – Format list as table
Overview
This Custom Field formats a delimited value list as an HTML table.
Syntax
FORMATASTABLE(FIELDSTR(ProductCodes),’^p’,‘^t’,1,10,1)
| Element | Description |
|---|---|
| InputString | The input string to be formatted |
| RowDelimiter | The row delimiter |
| ColumnDelimiter | The column delimiter |
| HeaderRows | The number of header rows (optional) |
| OutputColumnCount | The output column count (optional) |
| OutputColumnFillIndex | The output column fill index (optional) |
Example
Coming soon.
