Index of /Tools/csvtotab-vv

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]Makefile2014-04-04 18:40 106  
[TXT]README2019-02-25 13:05 899  
[   ]csvtotab.12014-04-04 18:40 2.5K 
[TXT]csvtotab.c2018-01-02 15:32 4.8K 
[   ]tabtocsv.12014-04-04 18:40 2.8K 
[TXT]tabtocsv.c2018-01-02 15:32 6.1K 
[TXT]test.sh2014-04-04 18:40 1.6K 
[TXT]testtab.sh2014-04-04 18:40 1.7K 

csvtotab and tabtocsv convert between comma-separated values (CSV) and
tab-separated values.

The CSV format is defined in RFC 4180[1] and in "Model for Tabular
Data and Metadata on the Web"[2].

[1] http://tools.ietf.org/html/rfc4180
[2] http://www.w3.org/TR/tabular-data-model/


Compilation
===========

Download all the files in this directory: two C source files
(csvtotab.c, tabtocsv.c), two manual pages (csvtotab.1, tabtocsv.1), a
Makefile (Makefile) and two test programs (test.sh, testtab.sh).

Then run "make".


Testing
=======

Some regression tests are included: run "make check" to see if the
compiled programs work correctly.


Installation
============

Copy the compiled binaries csvtotab and tabtocsv to a directory in
your PATH, e.g., /usr/local/bin

Optionally copy the manual pages csvtotab.1 and tabtocsv.1 to a
directory where man(1) can find them, e.g., /usr/share/man/man1