Hi
I have excel file which store in S3 bucket, My requirement is read data from excel file and send data to
sql table.While reading from excel file ignore Row 1 i.e title "Employee_Report"
| Employee_Report | ||||||||
| S.No | START_DATE | LAST_NAME | FIRST_NAME | EFFECTIVE_START_DATE | ACTION_CODE | ASSIGNMENT_STATUS_TYPE_CODE | MANAGER_PERSON_NUMBER | |
| 1 | 2022/05/12 | x | y | 2022/05/12 | HIRE | aa | fgh | |
| KPMG007 | 2022/05/17 | x | y | 2022/05/12 | HIRE | aa | fgh | |
| KPMG020 | 2022/05/17 | x | y | 2022/05/12 | HIRE | aa | fgh | |
TIA.

Replies
Know the answer? Post it — somebody with the same question will find it here.