- Navigate to the Repository Explorer
- Click on Create - Data Flow button to create a new view
- Click on Details button and configure the following properties:
#####################################################
# Provide the function body for data transformation #
#####################################################
data["COMP_COSTCTR"] = (data["COMPANYCODE"].astype(str) + data["COSTCENTER"])
return data