Skip to content

Instantly share code, notes, and snippets.

View TheHumanistX's full-sized avatar

TheHumanist ('Hu') TheHumanistX

View GitHub Profile
@TheHumanistX
TheHumanistX / ldjson_to_csv.py
Created March 10, 2022 04:24 — forked from slhck/ndjson_to_csv.py
Convert LD-JSON files to CSV
#!/usr/bin/env python3
#
# ldjson_to_csv.py
#
# Author: Werner Robitza
#
# Convert .ldjson files to CSV.
# This assumes the same keys being used in every line of the input file.
# It works on a line-by-line basis, so it should be fast and memory-efficient.