This readme will walk you through how to use a delimiter within the bulk load process.
The bulk loader delimiter is the semicolon or ;
The delimiter is used to add multiple values to a single attribute.
For Users:
action,%USER_ID%,%SERVICE_PROPERTIES%
modify,user07,234523;32452345;523542345
The delimiter is used in this example to add multiple values to the %SERVICE_PROPERTIES% attribute.
For Groups:
action,%ORG_Description%,%ORG%,%ORG_OWNER%
modify,user07,Employee,"ou=Employee,ou=NeteAuto,dc=security,dc=com","uid=user01,ou=Admins,dc=Support,o=CA,c=US";"uid=user02,ou=Admins,dc=Support,o=CA,c=US";"uid=user03,ou=Admins,dc=Support,o=CA,c=US"
In this example the OU being declared must be in quotes then the delimiter can be used to add multiple groups to a single user.