Skip to content

ashwalk33r/json-some-attributes-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

json-some-attributes-to-csv

Read input.json entries array and output "id" & "name" values as CSV.

jq '.[] | [.id, .name] | @csv' input.json

About

json some attributes to csv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published