This repo contains an exercise intended for Back-End Engineers.
- Fork this repo.
- Using technology of your choice, complete the assignment.
- Update this README with
- a
How-To
section containing any instructions needed to execute your program. - an
Assumptions
section containing documentation on any assumptions made while interpreting the requirements.
- a
- Before the deadline, submit a pull request with your solution.
- Please take no more than 8 hours to work on this exercise. Complete as much as possible and then submit your solution.
- This exercise is meant to showcase how you work. With consideration to the time limit, do your best to treat it like a production system.
##How To
- Check out my Repo and open it in IntelliJ
- Set absolute paths for your input, output and errors folders in the config.properties file.
- Run main method in main.java.com.scoir.parser.App.java.
- Open a terminal window to input folder, output folder and errors folder.
- Drop csv files you would like test in the input folder.
- Output folder will populate once csv you dropped is processed.
- Error folder will only populate once it scans a file containing errors.