Tool Download

CSVReader/Writer

read/write/aliign/sort/pack... csv files.

Tool Name:

CSVReader/Writer

Tool Version: 7.5

Tool Type: Freeware

Tool Cost In: 0.00 US$

Tool Target Platform: Windows

Tool OS Support: Win2000,WinXP,Win7 x32,Win7 x64,Windows 8,Windows 10,WinServer,WinOther,WinVista,WinVista x64

Limitations: No limitations

Tool Info URL: Click to view

Video 1: Link for download

Video 2: Link for download

Download 1: Click to download

Download 2: Click to download

Short Description:
31 Java classes/utilities you can use standalone or embed in your own programs to Read, write, align, condense, sort, reshape, patch, template tuple, convert, pack... comma, tab and semicolon-separated variable files, commonly known as CSV files.

Long Description 1:
31 Java classes/utilities you can use standalone or embed in your own programs to commonly known as CSV files: CSVReader, CSVWriter, CSVAlign, CSVChangeCase, CSVCommaToTab, CSVCondense, CSVDeDup, CSVDeDupField, CSVDeEntify, CSVDump, CSVEntify, CSVISBN, CSVPack, CSVPatch, CSVReplaceStrings, CSVReplaceURLs, CSVReshape, CSVScale, CSVSort, CSVSortField, CSVTabToComma, CSVTemplate, CSVToSRS, CSVTSRX , CSVToTable, CSVToUnique, CSVTuple

Long Description 2:
31 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 31 Java classes/utilities CSVReader, CSVWriter, CSVAlign, CSVChangeCase, CSVCommaToTab, CSVCondense, CSVDeDup, CSVDeDupField, CSVDeEntify, CSVDump, CSVEntify, CSVISBN, CSVPack, CSVPatch, CSVReplaceStrings, CSVReplaceURLs, CSVReshape, CSVScale, CSVSort, CSVSortField, CSVTabToComma, CSVTemplate, CSVToSRS, CSVTSRX , CSVToTable, CSVToUnique, 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.exe -jar csv.jar somefile.csv CSVPack removes all unecessary spaces to make at CSV file as compact as possible. java.exe -jar csv.jar 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.exe -jar csv.jar somefile.csv