Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)