csvparser.rb

Path:
lib/csvparser.rb
Modified:
Thu May 08 03:36:38 JST 2003

Description

CSVParser - CSV format parser / generator

CSVParser is a library to parse and generate CSV(Comma Sepalated Value) format text data. It can do TSV(Tab Sepalated Value) format text data with tab as sepalate delimiter.

License

CSVParser is a free software distributed under the Ruby license.

Author

SUZUKI Tetsuya <suzuki@spice-of-life.net>

Required Files

delegate   

Classes and Modules

Class CSVLine
Class CSVParser