CSV 6.5

Publisher's description
"read/write/aliign/sort/pack... csv files."
Published by Canadian Mind Products on 31 May 2012
  • Size:

    2.43 MB
  • License:

    Freeware
  • OS:

    Java, Linux, Mac OS, Unix, Windows
  • Price:

    $0.00
  • Updated:

    31 May 2012
  • Downloads:

    3148 (5 last week)
Java classes you can use standalone or embed in your own programs to
Read, write, align, sort and pack comma, tab and semicolon-
separated variable files, commonly known as CSV files.

It consists of a 23 Java classes/utilities CSVReader, CSVWriter, CSVAlign, CSVChangeCase, CSVCondense, CSVDeDup, CSVDeDupField, CSVDeEntify, CSVDump, CSVEntify, CSVPack, CSVPatch, CSVReshape, CSVSort, CSVSortField, CSVTabToComma, CSVTemplate, CSVToHTML, CSVToSRS, CSVToTable, CSVTuple, LinesToCSV, TableToCSV 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.

For example, CSVAlign aligns the fields in columns for easier proofreading.

java com.mindprod.csv.CSVAlign somefile.csv

CSVPack removes all unecessary spaces to make at CSV file as compact as possible.

java com.mindprod.csv.CSVPack somefile.csv

CSVSort sorts CSV file case sensitively, insensitively or numerically on a set of columns, ascending or descending

CSVTabToComma converts a tab-separated file to a comma-separated one.

java com.mindprod.csv.CSVTabToComma somefile.csv

Requirements: Java 1.5+

What's new in this version: DeDupStrategy -keepfirst -keeplast and -delete. f for family name sort option.

Antivirus information

Download3K has downloaded and tested CSV on 31 May 2012 with some of Today's best antivirus engines and you can find below, for your convenience, the scan results:
  • Bitdefender:

    Clean
  • NOD 32:

    Clean
  • Avira:

    Clean
  • Kaspersky:

    Clean
CSV Antivirus Report

Notifications

Your email:
Friends email:
User rating
4/5
(2 votes)
Very good
Your opinion