CSVReader/Writer


Version: 6.4
Size:
2.41MB
Requirements:
Java Runtime Environment
Price:
Free
System:
Windows 7/Vista/2003/XP/2000/98
Rating:
4.5
License:
Freeware

Description - CSVReader/Writer



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 does not support # embedded comments. 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 slowerObjectInputStream. CSVAlign aligns the fields in columns for easier proofreading. CSVTab2Comma converts a tab-separated file to a comma-separated one. CSVPack removes all unecessary spaces to make at CSV file as Compact as possible.



More in Java & JavaScript-CSVReader/Writer

Java Classes Comma Separated Embedded Comments Note