Table of Contents

Search

  1. Preface
  2. Components
  3. API collections
  4. Business services
  5. File listeners
  6. Fixed-width file formats
  7. Hierarchical mappers
  8. Hierarchical schemas
  9. Industry data service customizer
  10. Intelligent structure models
  11. Refining intelligent structure models
  12. Mapplets
  13. Saved queries
  14. Shared sequences
  15. User-defined functions

Components

Components

Map statement

Map statement

A Map statement links a simple source element to a simple target element. The input must be a single value or a constant value. A Map statement can be a child of a Group, Repeating Group, or Option statement.
A Map statement can be a simple mapping between two elements such as a name element in the source and a name element in the target, or it can be complex mapping that uses expressions. For example, you want to map the Id, FirstName, and LastName elements in the source schema to the Name attribute in the target schema. You can configure a Map statement with the input expression
concat(Profile/Id, "-", Profile/FirstName, "-", Profile/LastName)
and the output expression
@Name
.

0 COMMENTS

We’d like to hear from you!