UQL to transform column content to column names #985
Unanswered
KevinDW-Fluxys
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have the following data, where i would like to transform the data inside the name field to be a column name, and the value field to be the value of that column.
Source data (simplified)
Desired result:
I was able to get close by expanding spec.info and then projecting the values, but i get stuck at having a name and a value column where owner and revision are repeating values.
Beta Was this translation helpful? Give feedback.
All reactions