This project is a CSV parser for Node.js that converts CSV text into arrays or objects using the Node.js `stream.Transform` API, with an optional callback-based API for simplicity. It's designed for developers working with large CSV datasets who need a reliable, feature-rich parser with support for delimiters, quotes, escape characters, and comments.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
CSV parsing implementing the Node.js `stream.Transform` API