-
In the case where the "license" name of a license in "asserted_licenses" is null, as shown below, json2csv.py crashes as a string is expected, but a NoneType was found.
```
"asserted_licenses": [
…
-
When performing a conversion using the 'everything' template, data seems to not be appearing in the correct location in the csv after column DZ. If I remove location{} and twitter_entities{symbols, ur…
-
In languages where the decimal mark is ",", some spreadsheets expect CSVs to use ";" as the delimiter and "," as the decimal mark.
_dsv2*_ has an _--input-delimiter_ and _*2dsv_ has _--output-delim…
-
Hi i tried to write Json data in the file but can't able to write it!
i used fs.writteFile(with neccesary parameters);
In the console it is printing that fs.writeFile() is not the function (alread…
-
Hello,
I'm supporting a React Native app with a backend written in an older feathers and feathers authentication version. I can not upgrade it because it will cause a big impact on the backend and …
-
I have cloned this on my system. But when I install it via terminal using the following command
npm install json2csv --save
it shows an error. I am unable to install and run it via command line.
-
The first step to solving #89 is to provide a server-side CSV endpoint. This will replace the browser-side CSV code that is slow. This can easily be achieved with:
https://github.com/zemirco/json2c…
-
Hi hope someone can assist,
Trying to get the ng2-bs3-modal to work but am getting this error in my console log at the loading of the page:
ng2-bs3-modal.min.js:1 Uncaught ReferenceError: System…
-
14:20 $ npm i -D ripcord
npm WARN prefer global json2csv@3.7.4 should be installed with -g
npm WARN prefer global license-checker@8.0.3 should be installed with -g
> ripcord@0.22.1 install /Users…
-
I would like to remove the HTML output and custom templates features from v2.0 entirely. This is best done outside of scancode altogether for instance using `jq` or using the json2csv script for a tab…