Versions Compared

Key

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

...

  1. Batch Metadata Expressions

  2. https://mediahaven.atlassian.net/wiki/spaces/CS/pages/3502768171/Export#Filename-Expression-24.3

Methods

When putting a string in metadata sidecar with Each pattern #{...} it in the expression string will be evaluated using the Spring Expression Language. Inside an expression, you can reference the metadata using R(<Dotted key>) or record(<Dotted key>) for example R('Descriptive.Title') or recordF('Descriptive.Title').

Only dotted keys referring to a field definition present in the system are allowed

...