资 源 简 介
INTRODUCTION
CSV2db it is a command line Java software tool used for imoporting data from CSV files to SQL database.
REQUIREMENTS
JAVA Runtime 1.5+
Database JDBC driver (bundled with PostgreSQL 8+ driver)
SQL database server
USAGE
Unzip and run:
java -jar CSV2db.jar yourfilename.csv
NOTE:
CSV2db boundled with PostgreSQL 8.0 JDBC driver, if you want to use other database
like MySQL, Oracle e.t.c. you should put your appropriate JDBC driver in CLASSPATH
variable.