Implement `parse-dsv`
Open
difficulty: 5
Feature
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 1.3k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 611
Description
Delimiter-separated values. `@stdlib/utils/parse-dsv`.
Note that this package is not simple. The implementation should adhere as best as possible to the various CSV RFCs and pass standard CSV parsing tests.
Ideally, this implementation should be portable and/or share a code base with a streaming variant.
Contributor guide
Assessment
This issue has not been assessed yet.