Skip to content

Instantly share code, notes, and snippets.

@atroche
Created February 26, 2017 05:36
Show Gist options
  • Save atroche/785b1997ddeb77be3cbf050efa9e2849 to your computer and use it in GitHub Desktop.
Save atroche/785b1997ddeb77be3cbf050efa9e2849 to your computer and use it in GitHub Desktop.
alistair@instance-1:~/data$ time cat "training/train-00001-of-00150.json" | jq -c '.| {document: (.string_sequence|join(" ")), property: (.question_string_sequence|join(" ")), values: .raw_answers}' > train.json
real 2m34.287s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment