#1 2012-05-22 09:44:35

diddy
Member
Registered: 2012-02-15
Posts: 34

Select how the MDM record will be passed to the job: Integrated ???

Tags: [trigger]

Hi,
When creating a Trigger I have the option to pass the MDM Record to the job via a variable or Integrated. I do know about the first one, but what about Integrated? If I want to execute a job via a trigger and choose Integrated, how does the job have to be configured? Do I have to create a variable of a special name in the job or what exactly has to be done?
Thanks,
Diddy


Uploaded Images

Offline

 

#2 2012-05-24 18:37:05

csonnefraud
Talend Team
Registered: 2007-11-15
Posts: 322
Website

Re: Select how the MDM record will be passed to the job: Integrated ???

Hi diddy,

Until tMDMTriggerInput, MDM created an “exchange” message and passed it to the job through a context variable, usually called “xmlInput”.
No more context variable is required with the 'Integrated' method. MDM passes the exchange message transparently to the job. This is passed as a DOM Document so it's possible to use tXMLMap to extract elements.

Regards,

Cyril.

Offline

 

#3 2012-05-27 11:56:01

diddy
Member
Registered: 2012-02-15
Posts: 34

Re: Select how the MDM record will be passed to the job: Integrated ???

Hi Cyril,
Many thanks for the reply. So what exactly do I specify in the tMDMReceive component as XMLRecord?
Thanks,
Diddy

Offline

 

Board footer

Powered by FluxBB