Skip to content

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

@fatshark-pca

Description

@fatshark-pca

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

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Awaiting Response

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions