I need to combine several Json files (as input files) into a single CSV file (as an output file).
I have managed to do it with a single json file with the npm module "json2csv" but I need to do it with several files.
I need to combine several Json files (as input files) into a single CSV file (as an output file).
I have managed to do it with a single json file with the npm module "json2csv" but I need to do it with several files.