# d3-dsv **Repository Path**: mirrors_d3/d3-dsv ## Basic Information - **Project Name**: d3-dsv - **Description**: A parser and formatter for delimiter-separated values, such as CSV and TSV. - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)