Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d3/d3-dsv
A parser and formatter for delimiter-separated values, such as CSV and TSV.
https://github.com/d3/d3-dsv
Last synced: about 1 month ago
JSON representation
A parser and formatter for delimiter-separated values, such as CSV and TSV.
- Host: GitHub
- URL: https://github.com/d3/d3-dsv
- Owner: d3
- License: isc
- Created: 2013-03-08T17:42:37.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T20:33:36.000Z (10 months ago)
- Last Synced: 2024-04-04T22:02:40.675Z (7 months ago)
- Language: JavaScript
- Homepage: https://d3js.org/d3-dsv
- Size: 280 KB
- Stars: 423
- Watchers: 12
- Forks: 81
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesomeCSV - d3-dsv - d3.js parser and formatter module for delimiter-separated values. (Tools)
README
# d3-dsv
This module provides a parser and formatter for delimiter-separated values, most commonly [comma-](https://en.wikipedia.org/wiki/Comma-separated_values) (CSV) or tab-separated values (TSV). These tabular formats are popular with spreadsheet programs such as Microsoft Excel, and are often more space-efficient than JSON. This implementation is based on [RFC 4180](http://tools.ietf.org/html/rfc4180).
## Resources
- [Documentation](https://d3js.org/d3-dsv)
- [Examples](https://observablehq.com/collection/@d3/d3-dsv)
- [Releases](https://github.com/d3/d3-dsv/releases)
- [Getting help](https://d3js.org/community)