Examples with Merging Datasets

When poMapping setting is merge POD dataset, Fulfillment Provisioning Catalog copies the Product dataset into the Technical Product dataset and may automatically add the name of the Product before each added parameter.

If the Product Voice is decomposed into Technical Product CLIP and Technical Product CLIR, it has the following parameters:

  • profile=gold

  • verbose=1

CLIP and CLIR both have the two new parameters:

  • Voice.profile=gold

  • Voice.verbose=1

Caution:

If a Technical Product is decomposed by two different Products, each of them having the parameter name, then one of the two values will be lost (refer to the following example).

Example

Product line1 is decomposed into Technical Product CLIP and Technical Product CLIR. Product line1 has the following parameters:

  • profile=gold

  • verbose=1

Product line2 is decomposed into Technical Product CLIP. Product line2 has the following parameters:

  • profile=silver

  • rate=128

If prefix is not added then the Technical Product CLIP will have the following parameters:

  • profile=gold or profile=silver: (not both, but the user will not know which one is set)

  • verbose=1

  • rate=128

If prefix is added then nothing is lost. The Technical Product CLIP will have the following parameters:

  • Line1.profile=gold

  • Line1.verbose=1

  • Line2.profile=silver

  • Line2.rate=128

Note: If Technical Product CLIP is defined as multiple, then two CLIP Technical Products are created. One linked to Line1 and other one to Line2.