This projects contains two adapters that integrate seamlessly with CSV Parsing libraries (specifically, PapaParse and CSV Parse and enable taking full advantage of Transformstreams support in Cloudflare Workers.
In short, adding these adapters and their respective parser library to a Worker route you get a real-time CSV to JSON conversion microservice, achieving zero copy and the lowest Time to First Byte around.
Check the documentation for instructions and benchmark results.