Skip to main content

Processors

Enrich

enrich

Enrich extra fields to metadata.

Configs

KeyValueExampleDescription
{field_name}`stringnumber`{field_value}Dynamic field and valuerequired

Sample usage

processors:
- name: enrich
config:
fieldA: valueA
fieldB: valueB

Labels

labels

This processor will append Asset's Labels with value from given config.

More details

Script

Script processor uses the user specified script to transform each asset emitted from the extractor. Currently, Tengo is the only supported script engine.

More details