CSV parsing implementing the Node.js `stream.Transform` API
A tool concentrating on converting csv data to JSON with customised parser supporting
Simple, blazing-fast CSV parsing/encoding in JavaScript. Full RFC 4180 compliance.
PARSE and STRINGIFY for CSV strings. It's like JSON object but for CSV. It can also work row by row. And, if can parse strings, it can be use to parse files or streams too.