Creating Functions
Create reusable transformation functions for your jobs.
Important: Save the job before creating functions.
Step 1: Select a Job
Identify the relevant job from the list.
Click on the job name

Step 2: Fetch Data
Click Fetch Data to retrieve records from the selected source.
Fetched data displays in a table for analysis.

Step 3: View Fetched Data
Review the data in tabular format.
Use Add Row or Clear Data options as needed.

Step 4: Generate a Function
Enter the prompt to generate transformation fucntion in the text editor.
Choose Single Column or Multiple Columns mode.
Provide a Function Name.
Click Generate to create the function.
Example: Single Column Function
Convert date format from US to India format (mm/dd/yyyy → dd/mm/yyyy):
Select Single Column mode.
Choose the column (
transactiondate).Enter function name (e.g.,
Date Conversion).Click Generate, then Run.
Review the transformed data in the table.
Verify the changes are correct.
Edit and re-run if corrections are needed.
Click Save to store the function.

Example: Multiple Columns Function
Convert currency from USD to INR and adjust amounts:
Select Multiple Columns mode.
Define transformation logic:
Convert currency code from USD to INR.
Multiply
transactionamountandaccountbalanceby 88.Round to two decimal places.
Enter function name (e.g.,
Currency Conversion).Click Generate, then Run.
Review the transformed data.
Verify the changes are correct.
Edit and re-run if corrections are needed.
Click Save to store the function.

Step 5: Access Saved Functions
Navigate to Saved Functions from the left menu.
View all created functions with details:
Function Name.
Function Type (Single or Multiple Columns).
Created By.
Created At.

Last updated