Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
I have followed the tHMap examples on the help page and I got some understanding on how the mappings developed from TDM can be invoked within a Talend standard job. As per to the examples below is possible.
I am wondering if it is possible to invoke a data mapper job with cross combination of above:
e.g.
Using Talend Data Mapper metadata to another structure based on the Talend Data Integration metadata (tdm to di) or vice-versa. If there is no direct way, do we need to do it as two different jobs?
I tried to do that, however, noticed that the "Write Output As Data Integration Columns" option is not coming in the tHMap component window under basic settings. It is coming only if DI to DI mapping layouts are selected.
I agree that the data integration metadata to talend data mapper metadata type is covered by the "Scenario 3: Transforming from a Data Integration schema to a complex content schema". How about the doing it the other way (i.e. TDM to DI with "Write Output As Data Integration Columns" option enabled)?
tFileInputRaw --->tHMap ---> tFileOutputDelimited
Appreciate if @thoff or anyone can share their thoughts on the same