Skip to content
New issue

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

[Bug] UQL parser returning a JSON object is not being rendered #1149

Open
fatshark-pca opened this issue Feb 9, 2025 · 0 comments
Open

[Bug] UQL parser returning a JSON object is not being rendered #1149

fatshark-pca opened this issue Feb 9, 2025 · 0 comments

Comments

@fatshark-pca
Copy link

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:

{
  "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:

result
{ "foo": 1, "bar": 2 }

However, I am expecting the output to be:

foo bar
1 2

This works fine for Default and Backend parsers.

Sample Data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant