Skip to content

Instantly share code, notes, and snippets.

@dougn
dougn / jsons2csv.py
Created February 6, 2018 21:52
convert a bunch of json files into a csv file
import argparse
import csv
import json
parser = argparse.ArgumentParser(
description="""
Convert a number of json files into a single CSV file with each file as a row.""",
epilog="""
Example: