HW for group 21 in CSC 510
- Reads csv files
- Easily sort through large datasets
- Include filters to document parsing
- Clone the repo
- Run Install.exe
- Accept all Term and Conditions
In order to view unit tests, do the following:
- Click on the build badge (or navigate to Actions -> Build Workflow).
- Click on the latest workflow run.
- Click on the "run_tests" job.
- Click on the "View test results" step.
In order to view the autogenerated Javadoc, do the following:
- Navigate to the javadocBranch branch.
- Click the index.html file.
- The Javadoc is automatically regenerated on every push to the main branch (Actions -> Build Workflow -> latest workflow -> run_tests job -> Regenerate Javadoc step).