B2B Data Transformation
- B2B Data Transformation 10.4.0
- All Products
Target | Description |
---|---|
Locator | Identifies a single-occurrence or multiple-occurrence data holder. In the latter case, each iteration creates a new occurrence. |
LocatorByKey | Identifies an occurrence of a multiple-occurrence data holder by an indexing key. If the occurrence does not yet exist, it is created. |
LocatorByOccurence | Identifies an occurrence of a multiple-occurrence data holder by number. If the occurrence does not yet exist, it is created along with any needed intervening occurrences. For example, if four occurrences exist, and LocatorByOccurrence specifies the tenth occurrence, occurrences 5-9 are also created, but left empty. |