Skip to content

Instantly share code, notes, and snippets.

@creaktive
Last active March 28, 2024 20:01
Show Gist options
  • Save creaktive/a45472949a670f7b1698a755aaa7661c to your computer and use it in GitHub Desktop.
Save creaktive/a45472949a670f7b1698a755aaa7661c to your computer and use it in GitHub Desktop.
jq <3 SalesForce
alias sfjq='jq '\''if .status==0 then .result.records[]|[paths(scalars) as $p|{"key":$p|join("."),"value":getpath($p)}|select(.key|test("\\battributes\\b")|not)]|from_entries else .message|halt_error(1) end'\'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment