This is the read-csv Reference Manual, version 1.0.2, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Sep 15 06:33:12 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
read-csv
A library for reading CSV data from streams.
Warren Wilkinson <warrenwilkinson@gmail.com>
cc0 (public domain)
1.0.2
read-csv.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
read-csv/read-csv.lisp
read-csv
(system).
*record*
(special variable).
*records*
(special variable).
*white-char-count*
(special variable).
+csv-table+
(constant).
addc
(function).
addl
(function).
char-class
(function).
done!
(constant).
myquo
(constant).
next
(function).
noop
(function).
q+q&w
(constant).
q+quo
(constant).
q+ret
(constant).
retur
(constant).
ship
(function).
start
(constant).
unquo
(constant).
Packages are listed by definition order.
read-csv
A simple CSV file reader.
common-lisp
.
*record*
(special variable).
*records*
(special variable).
*white-char-count*
(special variable).
+csv-table+
(constant).
addc
(function).
addl
(function).
char-class
(function).
done!
(constant).
myquo
(constant).
next
(function).
noop
(function).
q+q&w
(constant).
q+quo
(constant).
q+ret
(constant).
retur
(constant).
ship
(function).
start
(constant).
unquo
(constant).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Read CSV data from a stream until end-of-file is encountered.
Read a single line of CSV data from stream. Return the parsed CSV
data and a boolean that is true when you’ve just read the last
record in the stream.
eof-error-p controls how this function behaves if the first character read is end-of-file. If true, an error is thrown, if false, the eof-value is returned.
Jump to: | A C F N P R S |
---|
Jump to: | A C F N P R S |
---|
Jump to: | *
+
C D M Q R S U |
---|
Jump to: | *
+
C D M Q R S U |
---|
Jump to: | F P R S |
---|
Jump to: | F P R S |
---|