Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Danny van Oijen
2023-03-30T14:29:00Z
I would like a option to get the output of a jq filter to not have quotation marks.
In the manual this is listed as: jq "-r" or "--raw-output"
Example:
jq '.[] | select(.siteCode | index("test") or index("test2") | not) | .name'

Below should no quotation mark:
jq --raw-output '.[] | select(.siteCode | index("test") or index("test2") | not) | .name'
Sponsor
Forum information
Users browsing this topic
Scroll to Top