Add HelloTech jq filters
parent
c68de4867b
commit
acf3dbdec7
@ -0,0 +1,6 @@
|
|||||||
|
def lift_payload: .[].jsonPayload;
|
||||||
|
def lift_error:
|
||||||
|
lift_payload
|
||||||
|
| select(.error)
|
||||||
|
| .error.Error |= (sub("\n+$"; ""; "gm") | sub("\t\\*"; " →"; "g"))
|
||||||
|
;
|
Loading…
Reference in New Issue