The app can store csv files of specific format into DB and then retrieve data from it
java -jar employeeStorage.jar [filename]
Without argument will print for all stored employees
When filename is passed then file will be parsed and stored into DB
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The app can store csv files of specific format into DB and then retrieve data from it
java -jar employeeStorage.jar [filename]
Without argument will print for all stored employees
When filename is passed then file will be parsed and stored into DB