Created
October 26, 2016 11:22
-
-
Save rosner/5928a2517b7cbdb488a602c8ad630b2f to your computer and use it in GitHub Desktop.
Extract all adjust placeholder to pass their csv validation form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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