Skip to content

Instantly share code, notes, and snippets.

View jenschurchill's full-sized avatar

Jens Melgard Churchill jenschurchill

View GitHub Profile
@jenschurchill
jenschurchill / json2csv.bash
Created January 16, 2024 11:25
JSON to CSV
#!/usr/bin/env bash
# Bash script to convert JSON data using jq.
###############################################################################
# MIT License
#
# Copyright (c) 2024 Jens Melgard Churchill <jens@churchill.dk>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal