ya-csv
Version:
CSV parser and generator for Node.js
14 lines (9 loc) • 302 B
Markdown
# ya-csv TODO list
Must have:
- test coverage
- get a CSV record as a hash
- don't quote every field unless explicitly stated
Sometimes later:
- CSV manipulation utilities
- distinguish `null` and empty string by quoting
- support for invalid CSV streams (unescaped quotes within fields etc)