The candidates data needs to be added to the ETL script, so when the ETL script is run, the candidate data is loaded into the database.
Implementation
Refactor and reuse any methods possible in the ETL script.
Assume the candidate data will be a CSV file called candidates.csv stored in the top level of the project directory
This is a:
Enhancement
Description
The candidates data needs to be added to the ETL script, so when the ETL script is run, the candidate data is loaded into the database.
Implementation
Refactor and reuse any methods possible in the ETL script.
Assume the candidate data will be a CSV file called
candidates.csv
stored in the top level of the project directory