Eric Weiler
Results
1
comments of
Eric Weiler
Wait for the promise to resolve and inspect the contents: csv.fromFile().then((resp) => { console.log(resp); console.log(resp.toString()); });