-
Hi, when I was converting from a csv file, there was an error
**"fs.exists is not a function"**.
It seems that on line 508 in **/libs/core/Converter.js**, there was something wrong...
I print …
-
Hello I get these errors when using node-csvtojson. I want the library for conversions on browser .
ERROR in ./~/csvtojson/libs/core/Converter.js
Module not found: Error: Can't resolv…
-
When i convert my JSON to CSV, if the header is chinese word, it will become garbled. This really confuse me.
-
I am trying to use this library along with webpack to prepare a bundle for browser use. Both browser versions (normal and minified) included in ./dist do not seem to load correctly, but I didn't test …
gswcm updated
6 years ago
-
Is it possible to early return from a hook? For example for validation purposes, if I have some conditions on a .on('json') hook and I don't want to go further to the next hooks. Or maybe to have a fl…
-
#### Expected behaviour
Should return status code, headers and body : response
...
#### Actual behaviour
Keeps on Loading and not returning the values
...
#### Steps to reproduce
"resp…
-
The datatable sorts the columns by ordering the columns with numbers as headers first.
![Datatable sorting](https://user-images.githubusercontent.com/6832094/34229701-db8889da-e59a-11e7-8059-90490e…
-
Can loopback return CSV format?, if not what is the best way to implement an API that can return multiple formats, for example: JSON, CSV, XML, etc
-
ghost updated
7 years ago
-
I get this error when using csvtojson.
My node version is `v7.10.0`.
```
Converter.js:85 Uncaught TypeError: Cannot read property 'split' of undefined
at Object. (Converter.js:85)
at O…