Skip to content

Instantly share code, notes, and snippets.

@adampresley
Created June 15, 2023 21:49
Show Gist options
  • Select an option

  • Save adampresley/120740a8f1a4c44d975e48ad6e7095d9 to your computer and use it in GitHub Desktop.

Select an option

Save adampresley/120740a8f1a4c44d975e48ad6e7095d9 to your computer and use it in GitHub Desktop.
cat ./example-raw-json-logs.json | jq -r '.[] | [.app, .time, .msg, .level] | @csv'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment