Replies: 1 comment
-
Tricky one:
Explanation:
Hope that makes sense! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a yaml file that looks like this:
And I wand the csv to look like this:
Curreny when I use
yq -o=csv test.yaml
it complains about!!map
not supported. I just want to get the full path of a key as column name and then the value at that path.The object is quite big and I can't really put all possible keys and their path in the command.
Beta Was this translation helpful? Give feedback.
All reactions