Skip to content

A python code that reads data on from file type mentioned in config file and filters data as per the lunch choices of Employees in csv format.

Notifications You must be signed in to change notification settings

Maria-Ahmed/Employee-Lunch-Report

Repository files navigation

Employee-Lunch-Report

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

About

A python code that reads data on from file type mentioned in config file and filters data as per the lunch choices of Employees in csv format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages