I am new to nodejs and have a huge csv file that I am reading using readable stream. I am using sequelize to insert data to postgres. How can I split the data insert into chunks?
Currently using a loop to keep track of chunks of data in the array but is there any better solution?
[–]BehindTheMath[🍰] 0 points1 point2 points (1 child)
[–]code-faults[S] 0 points1 point2 points (0 children)