Monday, May 4, 2020

How to hire an employee using csv

There are certain steps to follow:


Step 1: We need to know important fields for the csv file from the personal data which are:

1. EMPLID
2.BIRTHDATE
3.STATE
4.DERIVED_EMP
5.BUSINESS_UNIT
6.SETID
7.FIRST NAME
8.LAST NAME
9.MARITAL_STATUS
10.SEX
11.NATIONAL_ID_TYPE
12.NID_SPECIAL_CHAR
13.EMPL_RCD
14.DEPTID
15.JOBCODE
16.LOCATION
17.COMPANY
18.GP_PAYGROUP
19.COMPRATE_CD
20.COMPRATE
21.COMPRATE_CD1
22.COMPRATE1

Step 2:Make csv for this fields.
Step 3:We need 2 component interface for (personal data) component and (job_data_empl) component.
Step 4:Create an staging table for reading csv files of 22 fields.
Step 5: Create File Layout for reading the csv file and filling the staging table.
Step 6: Create an Application Engine for reading the files and entering the data into staging table and then reading the data from staging table into the component interface.



 

3 comments:

How to create pagelet and quicklinks in peoplesoft

  Step 1: Go to PeopleTools->Portal->Portal Utilities->Navigation Collection (for selecting the navigation link for the pagelet ...