Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the read-csv Reference Manual, version 1.0.2, generated automatically by Declt version 3.0 "Montgomery Scott" on Mon Apr 19 17:36:58 2021 GMT+0.
• Introduction | What read-csv is all about | |
• Systems | The systems documentation | |
• Files | The files documentation | |
• Packages | The packages documentation | |
• Definitions | The symbols documentation | |
• Indexes | Concepts, functions, variables and data types |
read-csv is a stream oriented CSV (comma-separated value) reader.
(ql:quickload 'read-csv)
(use-package :read-csv)
(with-open-file (s "/path/to/csv")
(parse-csv s))
;; Returns a list of lists of strings.
Once the system is loaded, it can be tested with asdf.
(asdf:operate 'asdf:test-op :read-csv)
RUNNING READ-CSV TESTS...
READ-CSV TEST RESULTS:
Tests: 519
Success: 519
Failures: 0
Read-csv is public domain.
Next: Files, Previous: Introduction, Up: Top [Contents][Index]
The main system appears first, followed by any subsystem dependency.
• The read-csv system |
Warren Wilkinson <warrenwilkinson@gmail.com>
cc0 (public domain)
A library for reading CSV data from streams.
1.0.2
read-csv.asd (file)
read-csv.lisp (file)
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files |
• The read-csv.asd file | ||
• The read-csv/read-csv.lisp file |
Next: The read-csv/read-csv․lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
read-csv.asd
read-csv (system)
Previous: The read-csv․asd file, Up: Lisp files [Contents][Index]
read-csv (system)
read-csv.lisp
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
• The read-csv package |
A simple CSV file reader.
read-csv.lisp (file)
common-lisp
Definitions are sorted by export status, category, package, and then by lexicographic order.
• Exported definitions | ||
• Internal definitions |
Next: Internal definitions, Previous: Definitions, Up: Definitions [Contents][Index]
• Exported functions |
Previous: Exported definitions, Up: Exported definitions [Contents][Index]
Read CSV data from a stream until end-of-file is encountered.
read-csv.lisp (file)
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.
read-csv.lisp (file)
Previous: Exported definitions, Up: Definitions [Contents][Index]
• Internal constants | ||
• Internal special variables | ||
• Internal functions |
Next: Internal special variables, Previous: Internal definitions, Up: Internal definitions [Contents][Index]
read-csv.lisp (file)
read-csv.lisp (file)
read-csv.lisp (file)
read-csv.lisp (file)
read-csv.lisp (file)
read-csv.lisp (file)
read-csv.lisp (file)
read-csv.lisp (file)
read-csv.lisp (file)
Next: Internal functions, Previous: Internal constants, Up: Internal definitions [Contents][Index]
read-csv.lisp (file)
read-csv.lisp (file)
read-csv.lisp (file)
Previous: Internal special variables, Up: Internal definitions [Contents][Index]
read-csv.lisp (file)
read-csv.lisp (file)
read-csv.lisp (file)
read-csv.lisp (file)
read-csv.lisp (file)
read-csv.lisp (file)
Previous: Definitions, Up: Top [Contents][Index]
• Concept index | ||
• Function index | ||
• Variable index | ||
• Data type index |
Next: Function index, Previous: Indexes, Up: Indexes [Contents][Index]
Jump to: | F L R |
---|
Jump to: | F L R |
---|
Next: Variable index, Previous: Concept index, Up: Indexes [Contents][Index]
Jump to: | A C F N P R S |
---|
Jump to: | A C F N P R S |
---|
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Jump to: | *
+
C D M Q R S U |
---|
Jump to: | *
+
C D M Q R S U |
---|
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | P R S |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
P | |||
Package, read-csv : | The read-csv package | ||
| |||
R | |||
read-csv : | The read-csv system | ||
read-csv : | The read-csv package | ||
| |||
S | |||
System, read-csv : | The read-csv system | ||
|
Jump to: | P R S |
---|