We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The UQL parser does not render/return a value that is visualized correctly. Other parsers work as expected.
Given inline JSON source:
{ "foo": 1, "bar": 2 }
when selecting UQL as parser, with query: (the query can even be omitted)
parse-json
the resulting table output will be:
However, I am expecting the output to be:
This works fine for Default and Backend parsers.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The UQL parser does not render/return a value that is visualized correctly. Other parsers work as expected.
Steps to reproduce
Given inline JSON source:
when selecting UQL as parser, with query:
(the query can even be omitted)
the resulting table output will be:
However, I am expecting the output to be:
This works fine for Default and Backend parsers.
Sample Data
The text was updated successfully, but these errors were encountered: