[q-lang-users] Q-CSV 0.1 is Available
Brought to you by:
agraef
From: Eddie R. <ed...@ri...> - 2008-02-15 14:24:55
|
Hi Everyone: A new Q-CSV module for reading and writing comma separated values is available here http://sourceforge.net/project/showfiles.php?group_id=96881&package_id=262346. The module is roughly equivalent to Python's CSV module, see http://docs.python.org/lib/module-csv.html, except that Q-CSV accepts quotes and field delimiters of more than one character as a means of handling Unicode. Currently, Q-CSV has three built in dialects, "RFC4180" standard, "UNIX" (RFC4180 without '\r's), and "EXCEL" but provides a simple user interface for creating new dialects. Documentation can be found in the examples provided and the csv.q file. Since the reading and conversion routines are written in C, operations are efficient. Enjoy! Eddie Rucker |