Menu

Tree [14ccec] master /
 History

HTTPS access


File Date Author Commit
 autom4te.cache 2014-10-08 Oren Oichman Oren Oichman [b3f6d5] adding more csv-tools
 include 2014-10-08 Oren Oichman Oren Oichman [b3f6d5] adding more csv-tools
 lib 2014-10-08 Oren Oichman Oren Oichman [b3f6d5] adding more csv-tools
 m4 2014-05-14 ooichman ooichman [f51710] updating csvsplit
 man 2014-10-08 Oren Oichman Oren Oichman [b3f6d5] adding more csv-tools
 src 2014-10-08 Oren Oichman Oren Oichman [b3f6d5] adding more csv-tools
 .notes 2013-08-21 ooichman ooichman [184d48] fixing colunm and quotation issue
 INSTALL 2013-11-09 ooichman ooichman [3ccd13] version 1.0.54
 Makefile 2014-10-08 Oren Oichman Oren Oichman [b3f6d5] adding more csv-tools
 Makefile.am 2014-05-14 ooichman ooichman [f51710] updating csvsplit
 Makefile.in 2014-05-14 ooichman ooichman [f51710] updating csvsplit
 README 2014-10-08 Oren Oichman Oren Oichman [14ccec] updating README file
 aclocal.m4 2014-05-14 ooichman ooichman [f51710] updating csvsplit
 autoscan.log 2013-07-24 ooichman ooichman [a674fc] first commit
 compile 2013-07-28 ooichman ooichman [abd874] adding odbc feature
 config.guess 2013-07-28 ooichman ooichman [abd874] adding odbc feature
 config.h 2014-10-08 Oren Oichman Oren Oichman [b3f6d5] adding more csv-tools
 config.h.in 2013-10-17 ooichman ooichman [7ecd05] first Official Release 1.2
 config.h.in~ 2013-10-17 ooichman ooichman [7ecd05] first Official Release 1.2
 config.log 2014-10-08 Oren Oichman Oren Oichman [b3f6d5] adding more csv-tools
 config.status 2014-10-08 Oren Oichman Oren Oichman [b3f6d5] adding more csv-tools
 config.sub 2013-07-28 ooichman ooichman [abd874] adding odbc feature
 configure 2014-10-08 Oren Oichman Oren Oichman [b3f6d5] adding more csv-tools
 configure.ac 2014-10-08 Oren Oichman Oren Oichman [b3f6d5] adding more csv-tools
 csvtools.spec 2014-10-08 Oren Oichman Oren Oichman [b3f6d5] adding more csv-tools
 depcomp 2013-07-28 ooichman ooichman [abd874] adding odbc feature
 install-sh 2013-07-28 ooichman ooichman [abd874] adding odbc feature
 libtool 2014-10-08 Oren Oichman Oren Oichman [b3f6d5] adding more csv-tools
 ltmain.sh 2013-07-28 ooichman ooichman [abd874] adding odbc feature
 missing 2013-07-28 ooichman ooichman [abd874] adding odbc feature
 stamp-h1 2013-07-28 ooichman ooichman [abd874] adding odbc feature

Read Me


                                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.

csv2json -    a binary tool to generate Json based files from the CSV file
	      with easy options to run as a batch

csv2mongo -   inserting data from a CSV file to a MongoDB Database , this
	      require a preconfigured database for inserting

csv2xml -     very easy and fast tool to migrating a CSV file into an XML file

csvcombine -  a binary files which takes several CSV file and combines it into
              a single CSV file

csvsplit -    use a preconfigured paramaters to split the CSV file into several
              files which is based on user define parameters




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'.