Versions Compared

Key

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

The TakeDictionaryValueTransformation allows us to get the value of a key-value pair by providing the key e.g. get value from extracted metadata where Metadata is a dictionary and you provide the key xmpMetadata to get the whole xmp metadata values back, followed by another TakeDictionaryValueTransformation to get the Dublin Core values when providing the key dc. 

...

You have to repeat the TakeDictionaryValueTransformation the TakeDictionaryValueTransformation multiple times in come cases, until you get the value and no longer an object. 

...

Check the JSON structure in the Display Pattern Editor to see the key-value pairs: 

...

Specific Definitions

Property

Value

kind

TakeDictionaryValueTransformation

key

A string (that can also contain a variable) that represents the key for the key-value pair in a dictionary. 

More details on dictionaries.

...