Skip to main content

concat

1. Description

The Concat Calculation Type is used to join multiple fields into one based on separator.

2. Screen Configuration

concat_image

CustId and AccNum values will be concatinated using '_' in AccNum output Field. Let's assume CustId="C1" and AccNum="A01", then it will give "C1_A01" in the output.

Click ⬇️ to download the sample data.

3. Required Fields

  • name: Output Field Name.
  • data_type: Output Field Type. Possible values are: "String".
  • dervation
    • derivation_type: The calculation type used to derive this output field, which for concat is "CONCAT".
    • req_fields
      • names: Field names from the input metadata / output config to fetch for the output field.
      • separator: The separtor which needs to be placed between each field.