Maria-Ahmed / Employee-Lunch-Report

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%