Last active
March 28, 2024 20:01
-
-
Save creaktive/a45472949a670f7b1698a755aaa7661c to your computer and use it in GitHub Desktop.
jq <3 SalesForce
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
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