Announcement: New Design for docs.informatica.com!
We have updated the look and feel of docs.informatica.com. To load the latest design, press CTRL-F5 to clear the pages you previously cached on our site, or simply restart your browser.
A transformation can create an XML lookup table at runtime. For example, the transformation might run a secondary Parser that generates the XML structure.
The transformation must store the XML string in a multiple-occurrence data holder of type cde:lookupTable. Store each key-value pair in an occurrence of the data holder. For example, you might configure a
RepeatingGroup
containing a
WriteValue
action. Each iteration of the
RepeatingGroup
creates an occurrence of the data holder and writes a key-value pair to the occurrence.