#1 2012-04-13 04:34:37

qwei
New member
Registered: 2007-03-09
Posts: 2

Talend Job to load User entry in the MDM Provisioning

Could you please assist with the following on loading users into MDM:

I need to create a Telend job to load users into the Provisioning System Data Container of MDM.
Please see the User schema as following for the User entry load.
The major difficulty is loading more than one Role into the schema.

Would you kindly assist by providing an example Talend Job to load users as aforementioned.

user.xml:

  <User>
            <username>acarr001</username>
            <password></password>
            <givenname>Conor</givenname>
            <familyname>Carr</familyname>
            <phonenumber/>
            <company/>
            <id>null</id>
            <signature/>
            <realemail></realemail>
            <fakeemail/>
            <viewrealemail>no</viewrealemail>
            <registrationdate></registrationdate>
            <lastvisitdate>0</lastvisitdate>
            <enabled>yes</enabled>
            <homepage>Home</homepage>
            <universe/>
            <roles>
                <role>ReadOnlyBus</role>
                <role>System_View</role>
            </roles>
            <properties>
                <property>
                    <name>cluster</name>
                    <value>NewContainer</value>
                </property>
                <property>
                    <name>model</name>
                    <value>NewModel</value>
                </property>
            </properties>
            <applications>    </applications>
        </User>

Offline

 

Board footer

Powered by FluxBB