-
`echo "" | json2csv`
```
Error: Invalid data received from stdin
at Socket.process.stdin.on (/usr/lib/node_modules/json2csv/bin/json2csv.js:116:16)
at Socket.emit (events.js:185:15)
a…
-
i have `test.json`:
``` js
{
"contributors": [
{
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "Aaron Heckmann",
"email": "aaron.…
-
When using node 10.14.2, it crashes with "ReferenceError: internalBinding is not defined"
-
Please see https://github.com/jamestalmage/cli-table2/issues/48
The latest npm cli-table2 is 0.2.0, which json2csv uses. This version has the above security issue because it loads an old lodash. Rath…
-
It would be nice for you to document some of the situations where you use the CSVJSON format and provide some samples. Others could benefit from that.
-
Remove incumbent data from /elections/search/ endpoint - there are data problems and this is unused on the front end. Election profile pages pull data from /elections/
## Method
To check the incumbe…
-
**Webpack Version:**
1.15.0
**Babel Core Version**:
6.4.5
**Babel Loader Version**:
6.4.1
Windows 10
**Current behavior:**
> ERROR in ./~/react-file-viewer/src/components/file-viewer…
-
Hi,
Node version is : 8.1.4
json2csv version: lastest
below is code
```
const fs = require('fs');
const Json2csvTransform = require('json2csv').Transform;
const fields = ['first_name…
-
Doing a clean `npm install` on a new project results in a node_modules tree containing an error that json2csv@3.7.4 is unresolved. I can successfully pull in the latest ^3 version of that module which…
-
With all due respect to this awesome library...I recommend **not** trying to use it with async await. No idea why I couldn't get it working...Would love those 2 hours back! 😠
Oh well....try this in…