Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. For images only

  2. MatchRegexCondition produces a dictionary of groups matching in the regex (key could be name or number), this is the input to the transformation.l

    Image RemovedImage Added

Transformation

  1. Transformations executed on the input

    1. TakeDictionaryValue takes the "product" group's value from the input ($parsed_productCode$)

    2. LookupCache takes this value and makes a lookup on the product list (from a cache created on this list) and produces the _refId of the matching list item

      Image RemovedImage Added

Action

  1. This refId can then be used in the AssignLayerAction

...