Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 453 Bytes

File metadata and controls

20 lines (11 loc) · 453 Bytes

dataImport

GovHack 2013 data import utility

Code developed to import CSV files exported from the australian census worksheets into a star like database scheme.

Instructions:

Create a new MySQL database.

Set database connection info in src/main/resources/persistece.properties

Run: ImportValuesByDecade ImportValuesByYear

Hibernate will create the dabatase scheme and the class code will import the data from the data/new folder.