This application is for the Sortable Coding Challenge (https://sortable.com/challenge/) using Java. It reads in data from products.txt and lisings.txt (both located in the project folder), parses and filters the data which is then written to a text file.
- Read in data and store into Json objects
- Filter data
- first by manufacturer
- second based on model string
- third based on first word of name
- lastly based on second word of name
- Convert and write to output file
- go to project directory on the terminal
- run chmod +x build.sh
- run ./build.sh "path/to/outputTextFile.txt"