Meta Data Supplier

Undraw File Manager

Meta Data Supplier

About

meta is a data supplier that derives its value from input data resources (such as file name, …) in a pipeline.

This data supplier:

Example

Example of data supplier with the resource name attribute

columns:
  - name: file_name
    data-supplier:
      type: meta
      arguments:
        attribute: name

Arguments

Argument Default Description
attribute Mandatory A data resource attribute



Related HowTo
Undraw File Manager
How to add information about the selected resources with the Enrich operation ?

enrich is an intermediate operation that will add virtual columns to its inputs thanks to data supplier. Enrich accepts only one argument data-def where you can define extra columns called virtual columns...

Task Runner