Hi
Try to create a Network Feed parsing a JSON. Unfortunately Test Feed in SmartConsole always exit with error message:
"Object name contains special characters or whitespaces. Invalid character: 'space'"
Feed URL: https://www.gstatic.com/ipranges/goog.json
JSON Query: jq -r '.prefixes[].ipv4Prefix'
also tried with JSON Query: jq -r '.prefixes[] | select(.ipv4Prefix) | .ipv4Prefix'
Using the JQ Playground jq playground both of my queries work.
What's wrong with my input in JSON Query field?
Thx for support