Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Loads the PHI-base 4 spreadsheet data into the MySQL database

Notifications You must be signed in to change notification settings

PHI-base/phi4-parser_no-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHIBASE version 4.0 30/03/2015


CONFIGURATION DETAILS
---------------------------------------------
- Any java IDE (ex. ECLIPSE)
- mysql relational db

REQUIRED REFERENCED LIBRARY 
---------------------------------------------
- mysql-connector-java-5.1.21.jar
- poi-3.8-20120326.jar
- poi-ooxml-3.8-20120326.jar
- poi-ooxml-schemas-3.8-20120326.jar
- dom4j-1.6.1.jar
- xmlbeans-2.3.0.jar

STEPS TO RUN THE PROGRAM
---------------------------------------------
- create java project with java IDE and copy the src to that project.
- create database and tables in mysql db as per schema(PHIBASE_DB_SCHEMA and phibase.sql present in folder)
- configure installed db details src/com/molcon/phibase/main/PhibaseExcelParseDB.java
- open phibaseExcelParseConfig.properties (src/resources) and edit for path
	- phibaseInputFilePath (path for input xlsx file containing the data of phibase)
	- phibaseResultFilePath (path for log file)
- Run the Program (main class : src/com/molcon/phibase/main/PhibaseExcelParse.java)



About

Loads the PHI-base 4 spreadsheet data into the MySQL database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages