Skip to content

Instantly share code, notes, and snippets.

@rosner
Created October 26, 2016 11:22
Show Gist options
  • Save rosner/5928a2517b7cbdb488a602c8ad630b2f to your computer and use it in GitHub Desktop.
Save rosner/5928a2517b7cbdb488a602c8ad630b2f to your computer and use it in GitHub Desktop.
Extract all adjust placeholder to pass their csv validation form
curl -s https://partners.adjust.com/placeholders/placeholders.json | jq '. | to_entries | map(.value.values) |map(to_entries)|flatten| map(.value.placeholder)' | tr -d '"[] \n' | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment