Skip to content

Instantly share code, notes, and snippets.

@raine
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raine/82049a782063c9b0ec0f to your computer and use it in GitHub Desktop.
Save raine/82049a782063c9b0ec0f to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
data_url=https://gist.githubusercontent.com/jorin-vogel/7f19ce95a9a842956358/raw/e319340c2f6691f9cc8d8cc57ed532b5093e3619/data.json
curl $data_url | R 'filter where creditcard: (!= null)' 'project <[name creditcard]>' -o csv > `date "+%Y%m%d"`.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment