JSONをCSVに変換するツールjson2csvを作りました。 マッピング情報を元に、JSONからCSVに変換します。 $ json2csv -i input.json -m mapping.json -o output.csv Usage: json2csv [flags] Flags -i, --input string JSON input file path or directory or url -m, --mapping string JSON to CSV mapping file path or url -o, --output string CSV output file p…