Download Latest Version csvtools-1.0.60.tar.gz (898.2 kB)
Email in envelope

Get an email when there's a new version of csv-tools

Home / RPM
Name Modified Size InfoDownloads / Week
Parent folder
csvtools-1.0.60-1.fc19.src.rpm 2014-04-29 900.4 kB
csvtools-debuginfo-1.0.60-1.fc19.x86_64.rpm 2014-04-29 47.7 kB
csvtools-1.0.60-1.fc19.x86_64.rpm 2014-04-29 36.7 kB
README 2014-04-27 1.6 kB
csvtools-1.0.55-1.el6.x86_64.rpm 2013-12-31 30.5 kB
csvtools-1.0.55-1.el6.src.rpm 2013-12-31 4.7 MB
csvtools-debuginfo-1.0.55-1.el6.x86_64.rpm 2013-12-31 39.1 kB
Totals: 7 Items   5.7 MB 0

                                csvtools 1.0.58 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'.
Source: README, updated 2014-04-27