Issue #756 has been updated by Raphaël Ouazana.

Status changed from Assigned to Resolved
Assigned to deleted (Raphaël Ouazana)
% Done changed from 0 to 60

Feature added. Still need some documentation. Example configuration:
<pre>
      <propertiesBasedSyncOptions>
        <mainIdentifier>[...]</mainIdentifier>
        <pivotTransformation>
                <transformation fromAttribute="favouriteDrink" 
toAttribute="favouriteDrink" pivotOrigin="SOURCE"><![CDATA[js:
                        value.replace('-src', '-dst');
                ]]></transformation>
                <transformation fromAttribute="favouriteDrink" 
toAttribute="favouriteDrink" pivotOrigin="DESTINATION"><![CDATA[js:
                        value.replace('-dst', '-src');
                ]]></transformation>
        </pivotTransformation>
        [...]
</pre>

pivotOrigin attribute is optional and generally only needed when the pivot 
attribute is the same in source and in destination.

----------------------------------------
Feature #756: Pivot transformation
http://tools.lsc-project.org/issues/756

Author: Raphaël Ouazana
Status: Resolved
Priority: Normal
Assigned to: 
Category: Core
Target version: 2.2


Pivot transformation is needed by some users.

Some typical use cases:
- transform a pivot by adding some chars
- transform a source binary pivot to a destination string pivot


-- 
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

Reply via email to