d3 / d3-dsv

A parser and formatter for delimiter-separated values, such as CSV and TSV.
https://d3js.org/d3-dsv
ISC License
436 stars 76 forks source link

Return empty string for missing columns, instead of undefined #54

Closed Fil closed 5 years ago

Fil commented 5 years ago

Reverses one test, so technically we can say that it breaks the API. However README is silent about this situation, so I don't know.

Fixes https://github.com/d3/d3-dsv/issues/48