danielgindi / node-csv-reader

A CSV stream reader, with many many features, and ability to work with the largest datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Posible to read from csv in buffer?

AutomataVM opened this issue · comments

Hi ! I wanted to know if it's possible to use node csv reader from a variable. I have a framework that process xlsx files, and I wanted to add csv support, in such a way the csv is turned into a JSON file. Is it possible?