I have a question about the Design of a Data Integration flow.
I would like to enter a value (value is from another XML File) in an existing XML file.
Unfortunately, I don't know how to design it. I have a query template in XML and I would like to enter a value in this template. This value is in another File. This file is a hl7 message.
I looked at tReplace but I have to enter values myself there.
Hi Nilay
Are you able to extract this value from hl7 message now? If so, store this value to context variable or global variable for used later.
Rewrite the XML template on tXMLMap and insert the value with context variable or global variable.