DEV Community

aneeshrayan
aneeshrayan

Posted on

Getting wrong data using fs.createReadStream in NodeJs

I am trying to store the playstore install data, which is stored in a bucket as a .csv file for each month, to my local mongo db using fs.createreadstream and fast-csv node modules.

I am loading all the data for the first time and then creating a cronjob to fetch…

Latest comments (0)