Y
Hacker News
new
|
ask
|
show
|
jobs
by
jzer0cool
57 days ago
Looks great something I want to check out. For comparison anyone share some built-in tools to pretty print-only the csv? Usually what I need to start but formatting is quite off.
1 comments
bewuethr
57 days ago
csvkit (
https://github.com/wireservice/csvkit
) has a "csvlook" command, and yq (
https://github.com/mikefarah/yq
) supports CSV as an input format.
link