A parser and formatter for DSV (delimiter-separated values) files including CSV and TSV. This specific package (dsv) is deprecated and renamed to d3-dsv. The latest version 0.0.5 is a pre-release; the actively maintained successor is d3-dsv which follows the D3 release cadence with regular updates. Key differentiator: part of the D3 ecosystem, handling both parsing and formatting with automatic delimiter detection.
npm install dsvNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to parse and format CSV using the renamed package d3-dsv instead of dsv.
Replace all imports from 'dsv' with 'd3-dsv'. Update package.json accordingly.
Refer to d3-dsv documentation for correct import paths.
Install the renamed package: npm install d3-dsv, then update imports.
Use 'd3-dsv' instead of 'dsv' in all import statements.
No dependency data recorded yet.