Inist-CNRS / node-csv-string

CSV Strings & Streams for Javascript since 2012
Other
87 stars 18 forks source link

error when running on server #74

Open jaroslaw-weber opened 1 year ago

jaroslaw-weber commented 1 year ago

im getting this error when running on our server (nodejs + express + bullmq)

TypeError: input.indexOf is not a function
    at /node_modules/csv-string/dist/CSV.js:48:50

but it works when i run on local. what may be the issue?