• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Ricebridge CSV Manager 1.1

 
Author
Posts: 31
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ricebridge CSV Manager 1.1
==========================

A robust, high-performance, constant-time and memory-stable
CSV parser for processing large volumes of critical data.

CSV Manager capabilities:
- handles all delimited file format variants
(Excel CSV, /etc/passwd, etc.)
- easy integration with common Java data structures, including
ResultSet, TableModel, List and String[]
- provides a streaming API for on-demand processing
- comprehensive and complete documentation
- example code for cut-and-paste use
- partial source code for ease of integration and debugging
- scales linearly to any file size

Full details and online demo can be found at:
http://www.ricebridge.com/products/csvman.htm
reply
    Bookmark Topic Watch Topic
  • New Topic