Genetech Employees Lunch Report List the employees who are interested in dining in today: Read employees' data from employees.csv or employees.json based on config.cfg Read lunch menu from menu.csv or menu.json based on config.cfg The output file's name will have today's date and then the suffix from config.cfg file. Output should look like the provided output.csv.
Read data from the CSV /JSON file and Write data into the file base on provided configuration CSV/JSON (config.cfg file)
If your program encounters any exceptional condition, it should be logged in error_log.log file.
Create separate modules for CSV, JSON, ErrorLogs and Classes