Conversion string array

If Outlook data type is a string array, GeniusConnect will use a separator to convert the array elements to a string value. The default Separator is , (comma).

The String Value can be stored in a varchar table column.
When loading from database to Outlook, GeniusConnect will use the separator to convert the string value back to the array elements.

To use a different separator enter the separator in the edit field. (After clicking “Conversion..” button ).

Examples:

Outlook Array Values: Blue Black White

Default Separator: “,”

Result String: : Blue,Black,White

Default Separator: “$$”

Result String: : Blue$$Black$$White

Conversion