CSVReader/Writer 3.0
JAVA TO READ/WRITE/ALIIGN/PACK CSV FILES.
Java classes you can use standalone or embed in your own programs to
Read, write, align and pack comma, tab and semicolon-
separated variable files, commonly known as CSV files.
It consists of a four Java classes CSVReader CSVWriter,
CSVAlign and CSVPack for reading and writing CSV (Comma
Separated Value) formatted files. Also handles
tab-separated and semicolon-separated files. This is the
format use by Microsoft Word and other Microsoft products.
This version now supports # embedded comments.
You can configure the separator, quote and comment characters.
Note that CSV files are perhaps 10 times slower to process
than binary files. They are for data interchange with other
languages or when human-readibility or editability is
important. If you want speed, use binary format files, e.g.
DataInputStream or possibly the convenient but slower
ObjectInputStream.
CSVAlign aligns the fields in columns for easier
proofreading.
java com.mindprod.csv.CSVAlign somefile.csv
CSVTab2Comma converts a tab-separated file to a
comma-separated one.
java com.mindprod.csv.CSVTab2Comma somefile.csv
CSVPack removes all unecessary spaces to make
at CSV file as compact as possible.
java com.mindprod.csv.CSVPack somefile.csv
What is new in 3.0 software version? - faster CSVReader. What is expected in the future? Newly-made CSVReader/Writer 3.1 be downloaded from current page, we also looking forward to unconfirmed 3.2 release build. You may download csv30.zip directly, estimated download time by ISDN or CDMA [~128 kbit/s] is 0:00:54. Just write the reviews of the CSVReader/Writer. System requirements are Java 1.5+. Program has been scanned and verified by the several antivirus and anti-spyware applications and CSVReader/Writer found to be clean. The following languages are supported by CSVReader/Writer: English.









