Help Centre

Append Metadata

About Append Metadata

Append metadata allows dataset and pipeline metadata to be appended to the output data as new columns. The fields that can currently be appended are:

If there are more metadata fields which would be useful to you, please contact support.

Using the Append Metadata operation

To add and configure the Append Metadata operation:

  1. From the operations menu, select the Append Metadata operation.
  2. Select the metadata fields to be added.
  3. If needed, edit the names of the new columns which will be created.
  4. Click the plus button to add another metadata field. Each field can only be added once.
  5. To remove a metadata field, click the cross button which appears on hovering a field block.

Example

Append the filename to multiple stage inputs, then union the files.

Input name: Acme-bdx-2022-08
 
Policy No
Premium
H24788
100
H84729
120
H89722
130
Input name: NewCo-bdx-2022-08
 
Policy No
Premium
8723XYZ
140
8738GHI
150
8264GUI
160

Append Metadata operation

Field: Filename
Column name: Input file

Union stage

Feed both outputs from Append Metadata into a Union stage.

Output from Union stage
 
 
Policy No
Premium
Input file
H24788
100
Acme-bdx-2022-08
H84729
110
Acme-bdx-2022-08
H89722
130
Acme-bdx-2022-08
8723XYZ
140
NewCo-bdx-2022-08
8738GHI
150
NewCo-bdx-2022-08
8264GUI
160
NewCo-bdx-2022-08

Note: the Append Metadata operation replaces the Append Filename operation. Append Filename will continue to be supported in existing pipelines but should not be added to new pipelines.