Replies: 1 comment 2 replies
-
You can do that like this:
Steps:
|
Beta Was this translation helpful? Give feedback.
2 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.
-
I want to extract a few fields from a json file and save the results to csv (or excel). There's an old article on Medium that seems to get multiple files but it's beyond me. I don't know if it's related but I also can't figure out how to string multiple commands. Docs say "use a ." but there's no example.
Want to
dasel -f my.json -s 'all().col1' 'all().col3' -w csv > my.csv
Is there any way to do that?
And how to you use the dot linkage? I don't understand it.
Beta Was this translation helpful? Give feedback.
All reactions