Question: In Python; Below are the header names for different enrollment files that must be processed. You are tasked to create a harmonized header format that
In Python; Below are the header names for different enrollment files that must be processed. You are tasked to create a harmonized header format that includes all the information from different files. There must be no repeated data. For example, EMPLOYEE_NAME and MemberFirstName & MemberLastName provide the same information and cant all be in the harmonized format. Start by creating a list for each header type.
1) ClientID,EmployeeID,MemberFirstName,MemberLastName,DeductionAttempted,DeductionCollected,Status,DeductionDate
2) ClientID| EmployeeID| MemberFirstName| MemberLastName| DeductionAttempted| DeductionCollected| Status| DeductionDate
3) EMPLOYEE_NAME,EMPLOYEE_NUMBER,REMITTANCE_AMOUNT,PRODUCT_TYPE
4) ClientID,EmployeeID,DeductionAttempted,DeductionCollected,Status,DeductionDate,KRO-PAY-000284
5) MemberFirstName,MemberLastName,EmployeeID 6) "FirstName","MiddleName","LastName","EmployeeId","SSN","BenId","OptionId","TierId","Amount Taken","Month"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
