XML TO SQL DB
 
Language: Java
Database: MySQL
 
With this application I designed, implemented and tested a command-line utility which parsed XML files using Java XML technologies (SAX) to populate a fully normalized multi-table MySQL database using JDBC. Database writes employed the use of auto-generated keys and linkage of tables via foreign keys. The System was then capable of recursively processing entire directory trees to mine large sets of documents.
 
LAUNCH PROJECT