You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a dataset with a json column custom_fields, I want to extract one of the fields from this column and show it as a sep col so that user can filter/sort and group by it.
Potential Solutions:
Support decoding json in expression language, so we can easily extract out fields from nested data types like json.
Not sure there is an alternative solution here, maybe regex to parse json?
The text was updated successfully, but these errors were encountered:
Feature Request
Description of Problem:
I have a dataset with a json column
custom_fields
, I want to extract one of the fields from this column and show it as a sep col so that user can filter/sort and group by it.Potential Solutions:
Support decoding json in expression language, so we can easily extract out fields from nested data types like json.
Not sure there is an alternative solution here, maybe regex to parse json?
The text was updated successfully, but these errors were encountered: