forked from uniVocity/univocity-parsers
-
Notifications
You must be signed in to change notification settings - Fork 0
01. Introduction Milestone 2
SolidSnackDrive edited this page Apr 16, 2022
·
1 revision
For Milestone 2, we have chosen the Univocity Parsers project. This project is a collection of tools for parsing CSV, TSV, and Fixed-Width files using Java. What these file-types all have in common is that they are all used for storing spreadsheets or transferring data between databases.
We chose this project primarily for its comprehensive test coverage. The tests are well formatted and there are several examples that could be used to guide creation of additional tests. These tests also integrate very well with the team's Java IDE of choice, IntelliJ IDEA, and since the IDE is intended to be used substantially for this project it seemed like a benefit.