Open ghuser opened 2 years ago
I cannot find anywhere in the documentation what type has the returned value from csv.parse().
csv.parse()
The parse method return plain text. It returns the CSV resulting from your json.
parse
You need to elaborate a bit more on your question so I can try to help 🙂
I cannot find anywhere in the documentation what type has the returned value from
csv.parse()
.