fast-csv Questions
2
Solved
I am trying to read a .csv file and to assign it to an array with this code:
const fs = require("fs");
const csv = require("@fast-csv/parse");
let data = []
csv
.parseFile(&q...
2
I m trying to create a zip of 100 csv.
I need to write 100,000 lines in a single csv in fastest way possible.
I am using openCSV, ZipEntry method to write to csv.
Some Code used:
ZipEntry zipe...
1
© 2022 - 2024 — McMap. All rights reserved.