Hi all,

Have anybody tested the <delimiter> parameter in ordre to split a string into muliple values? Here is what I tried:

  =============
                <dataset>
                    <name>departmentNumber</name>
                    <policy>FORCE</policy>
                    <forceValues>
                        <string>srcBean.getDatasetFirstValueById("departmentNumber")</string>
                    </forceValues>
                    <delimiter>;</delimiter>
                </dataset>
=============

This configuration isn't working. I have some "001;002" in my LDAP. I had to turn back to my old configuration and adding ".split(";")"

  Am I the only one with that problem?

  Regards,

  Maxime


_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
[email protected]
http://lists.lsc-project.org/listinfo/lsc-users

Reply via email to