Name | Modified | Size | Downloads / Week |
---|---|---|---|
SRC | 2014-04-29 | ||
RPM | 2014-04-29 | ||
README | 2013-12-18 | 1.6 kB | |
Totals: 3 Items | 1.6 kB | 0 |
csvtools 1.0.55 README ============================= Introduction ------------ the csvtools are a set of tools design to inable an insetring of csv to most of the given SQL servers the main focus of the tools is about Mysql and PostgreSQL and ODBC. Tools Overview -------------- csv2mysql - A binary tool for inserting each of the CSV line into the MySQL Database. this tool has been tested with MariaDB as well csv2pgsql - A binary tool for inserting each of the CSV line in the the PostgreSQL Server Directly. this binary tool has been tested with PostgreSQL 9.X csv2odbc - A very Unix tool for inserting the CSV files into any database that provided a Driver for unixODBC. This tool uses basic SQL commands that are suitable for most of the available databases. The tool has been test with Oracle,Mysql and PostgreSQL Databases. csv2sqlite - A very simple tool for inserting CSV files into a prexsisting SQLITE Database. Documentation ------------- The doc/ directory Installation Overview --------------------- For detailed installation instructions, see the INSTALL file in the root directory of the source distribution. The csvtools source distribution is designed to be configured using the GNU autotools, so compiling and installing follows the familiar command sequence of './configure ; make ; make install'.