Table of Contents

Search

  1. Preface
  2. Introduction to Data Transformation
  3. Data Processor Transformation
  4. Wizard Input and Output Formats
  5. Relational Input and Output
  6. Using the IntelliScript Editor
  7. XMap
  8. Libraries
  9. Schema Object
  10. Command Line Interface
  11. Scripts
  12. Parsers
  13. Script Ports
  14. Document Processors
  15. Formats
  16. Data Holders
  17. Anchors
  18. Transformers
  19. Actions
  20. Serializers
  21. Mappers
  22. Locators, Keys, and Indexing
  23. Streamers
  24. Validators, Notifications, and Failure Handling
  25. Validation Rules
  26. Custom Script Components

User Guide

User Guide

Creating an XML Lookup Table Dynamically

Creating an XML Lookup Table Dynamically

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.
Then configure a
LookupTransformer
with the
DynamicTable
option, and specify the data holder.
level 1 MyLookup = LookupTransformer >> level 2 look_at = DynamicTable level 3 table = $LookupTable level 1 LookupTable = Variable >> level 2 val_type = cde:lookupTable

0 COMMENTS

We’d like to hear from you!