TypeError: csv.fromPath is not a function TypeError: csv.fromPath is not a function express express

TypeError: csv.fromPath is not a function


for 'fast-csv' version >= 3.0.0 :- fromPath deprecated in favor of parseFile i.e.csv.fromPath() changed to csv.parseFile()

for more detail visit : https://github.com/C2FO/fast-csv/blob/master/History.md