Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 751 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 751 Bytes

d3-dsv

This module provides a parser and formatter for delimiter-separated values, most commonly comma- (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.

Resources