Skip to content

Transform Using Gen-AI

Description

This activity transforms the data from previous activities based on a user-specified Prompt using gen-ai, on executing the prompt the activity

Input

Data only

Output

Transformed data

Configuration Fields

Prompt A prompt given by user to transform the data

code Generated python code to transform the data


Sample Input

SalesPersonNameDepartmentSalaryJoinDate
101John DoeHR500002020-01-15
102Jane SmithIT2019-03-10
103Alice JohnsonFinance600002021-06-25
104Bob WilliamsMarketing2018-09-12
105Emma BrownSales650002022-02-20

Sample Configuration

alt text

Sample Output

EmployeeIDNameDepartmentSalaryJoinDate
101John DoeHR500002020-01-15
102Jane SmithIT583332019-03-10
103Alice JohnsonFinance600002021-06-25
104Bob WilliamsMarketing583332018-09-12
105Emma BrownSales650002022-02-20