Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kapil7982/reademployeerecord
- Owner: Kapil7982
- Created: 2023-09-28T07:48:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-30T08:17:11.000Z (over 1 year ago)
- Last Synced: 2023-09-30T09:27:18.549Z (over 1 year ago)
- Topics: csv-files, java-8, maven
- Language: Java
- Homepage: https://github.com/Kapil7982/ReadEmployeeRecord
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)