BeneFix App is a java application that uses scripts to parse health insurance plans from carriers currently in New Jersey and Pennsylvania. Uses this data to populate excel sheets, which can then be uploaded into the BeneFix database.
Overall Structure
Packages
- ca -> holds class files for CA parsers
- nj -> holds class files for NJ parsers
- oh -> holds class files for OH parsers
- pa -> holds class files for PA parsers
- components -> holds class files that run the bulk of the application
- names -> holds class files that manage the naming conventions of the files
Running the application
To run the application, first download the project/all class files + jar files.