Skip to content

Convert Currency

Description

This activity converts the values of the specified columns containing amount in ISO with currency code into the required currency.

Input

Data only

Output

Transformed Data


Configuration Fields

  1. Column Name Allows single select, must contain amount with currency.
  2. Output Column Name of the output column to store the transformed values.
  3. Convert To The specific currency to which the values need to be converted.
  4. Include Original
    • true Includes the data columns from the original data.
    • false Only the transformed column and the output column are included.

Sample Input

employee_idnameamount_in_iso
E001John Doe20000.00 USD
E002Marie Dupont35000.00 EUR
E003Carlos Gómez30000.00 GBP
E004Ravi Patel120000.00 INR
E005Sophie Müller50000.00 JPY

Example Configutration

alt text

Sample Output

employee_idnameamount_in_isoINR
E001John Doe20000.00 USD1727369.00 INR
E002Marie Dupont35000.00 EUR3167388.86 INR
E003Carlos Gómez30000.00 GBP3226744.82 INR
E004Ravi Patel120000.00 INR120000.00 INR
E005Sophie Müller50000.00 JPY27718.43 INR