Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use DictWriter from Python csv module #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 30, 2017

  1. Use DictWriter from Python csv module

    (untested at the moment)
    JohnHBauer authored Aug 30, 2017
    Configuration menu
    Copy the full SHA
    bda4653 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

  1. Update json2csv.py

    Note that in Python lists item[-1] is the last, item[-2] is next-to-last, etc.  Also fixed data_url parameter value truncation.
    JohnHBauer authored Aug 31, 2017
    Configuration menu
    Copy the full SHA
    f8733de View commit details
    Browse the repository at this point in the history