TIBCO Data Virtualization® Adapter Online Help > TDV Active Directory Adapter > Working with Active Directory Tables > Configuring Table Settings
 
Configuring Table Settings
In addition to the attributes and inputs, you will need to specify the delimiter.
The delimiter specifies the character that will be used for delimited data. Delimited data will be returned for any attribute that appears multiple times for a single object (unless otherwise specified in other:dataFormat).
For example, the code below will concatenate multiple values of an attribute using the ';' character.
...
</rsb:info>
 
<!-- Table Settings -->
<rsb:set attr="delimiter" value=";"/>
...