Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Latest commit

 

History

History

costcenter-dataflow

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Create Cost Center Data Flow

  1. Navigate to the Repository Explorer
  2. Click on Create - Data Flow button to create a new view

  3. Click on Details button and configure the following properties:
  • Business Name: DF_COSTCENTER
  • Technical Name: DF_COSTCENTER

















#####################################################
# Provide the function body for data transformation #
#####################################################
data["COMP_COSTCTR"] = (data["COMPANYCODE"].astype(str) +  data["COSTCENTER"])   
return data