Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kapil7982/reademployeerecord

Take the file as an input and then Iterates over the records in the file and prints the name and position of employees as per the given problem statement.
https://github.com/kapil7982/reademployeerecord

csv-files java-8 maven

Last synced: about 2 months ago
JSON representation

Take the file as an input and then Iterates over the records in the file and prints the name and position of employees as per the given problem statement.

Awesome Lists containing this project

README

        

# ReadEmployeeRecord

## Problem statement

Write a program that:
1. Take the file as an input
2. Iterates over the records in the file and prints the name and position of employees
a) who has worked for 7 consecutive days.
b) who have less than 10 hours of time between shifts but greater than 1 hour
c) Who has worked for more than 14 hours in a single shift

## Output

![image](https://github.com/Kapil7982/ReadEmployeeRecord/assets/103938868/877eb3c9-1667-44f9-b93e-fa33d4b3f565)