Issue #432 has been updated by David Coutadeur.
The r1664 seems to correct the bug. I have tested it successfully with the hsqldb sample : avr. 17 10:55:28 - INFO - # Updating object [email protected],ou=Sample,dc=lsc-project,dc=org for MySyncTask dn: [email protected],ou=Sample,dc=lsc-project,dc=org changetype: modify replace: sn sn: value1 sn: value2 etc/lsc.xml : <dataset> <name>sn</name> <delimiter>@</delimiter> </dataset> sample.csv : id;uid;endOfValidity;sn;cn;givenName;mail;o;address;telephoneNumber 6;f.lastname;31/12/2015;value1@value2;lastname,... ---------------------------------------- Bug #432: Delimiter parameter is not used http://tools.lsc-project.org/issues/432 Author: Clément OUDOT Status: Feedback Priority: Normal Assigned to: Sébastien Bahloul Category: Core Target version: 2.0 Problem in version: When trying to use the delimiter to split values, nothing happens. A sample configuration has been reported by a user: <pre> <defaultDelimiter>|</defaultDelimiter> ... <dataset> <name>default</name> <policy>FORCE</policy> <delimiter>|</delimiter> </dataset> </pre> But the result is: <pre> Apr 13 10:03:41 - INFO - # Updating object [email protected],ou=Sample,dc=lsc-project,dc=org for MySyncTask dn: [email protected],ou=Sample,dc=lsc-project,dc=org changetype: modify replace: carLicense carLicense: BHU772|DED899 </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-dev mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-dev

