csview

High-performance CSV viewer and processor for the command line

brewmacoslinux
Try with needOr install directly
Source

About

High performance csv viewer for cli

Commands

csview

Examples

View a CSV file with formatted output$ csview data.csv
View CSV file with custom delimiter$ csview -d ';' data.csv
View specific columns from a CSV file$ csview -c 1,3,5 data.csv