memory heap / projects / guile-dsv
Table of Contents
1. Guile-DSV
Guile-DSV is a GNU Guile module for working with the delimiter-separated values (DSV) data format.
Also Guile-DSV ships with a program named dsv
(source code is here:
utils/dsv.in
) that allows to read and process DSV format (including
delimiter change and conversion from one standard to another.)
1.1. Features
- Guile-DSV supports the Unix-style DSV format and RFC 4180 format.
- Conversion between formats.
- CLI tool that provides convenient UI for the library capabilities.
- Pretty-printing of DSV tables in console.
1.2. Source Code Repository
1.3. Documentation
You can read the documentation online here or use info guile-dsv
on your
GNU/Linux distribution with Guile-DSV installed.
1.4. License
Guile-DSV is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.