json2csv icon indicating copy to clipboard operation
json2csv copied to clipboard

Converts JSON files to CSV (pulling data from nested structures). Useful for Mongo data

Results 19 json2csv issues
Sort by recently updated
recently updated
newest added

Project description The unicodecsv is a drop-in replacement for Python 2.7’s csv module which supports unicode strings without a hassle. Supported versions are python 2.7, 3.3, 3.4, 3.5, and pypy...

Added dialect='unix' for csv writer , this will make sure that no extra new lines (on windows OS) and escape characters are in quotes.

I am trying to convert JSON data into a CSV in Python3, but it no longer works with this script, giving me different errors. Anyone know how to fix for...

I am trying to use json2csv to convert output from mailchimp api, but I am getting an error python gen_outline.py --collection nodes text.json -o templatejsonoutput.json `ValueError: Expecting property name: line...

output I get from installer Collecting unicodecsv==0.9.0 (from -r .\requirements.txt (line 1)) Using cached unicodecsv-0.9.0.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line...

Traceback (most recent call last): File "json2csv.py", line 155, in loader.write_csv(filename=outfile, make_strings=args.strings) File "json2csv.py", line 105, in write_csv writer.writerows(out) File "/usr/lib64/python2.7/csv.py", line 158, in writerows return self.writer.writerows(rows) UnicodeEncodeError: 'ascii' codec...

Hi there, you'll have to forgive me for this is my very first Python PR. I may be completely unawares of how you can pull this off in another way....

[testfile_outline.txt](https://github.com/evidens/json2csv/files/1226144/testfile_outline.txt) Hi, I am using python with the workfront api to return JSON objects (theoretically) like the sample below and am trying to create an outline from either the python...

I am only getting this error once in a while, but it looks like this: UnicodeDecodeError: 'utf8' codec can't decode byte 0xcd in position 7: invalid continuation byte Can this...

Running Python 2.7.8, in a PyDev environment. I have verified that all of the input parameters (sys.argv) are the same in each scenario, yet when I call gen_outline.py's main function...