xsv是用Rust语言编写的命令行工具,用于索引、切分、分析和合并CSV文件,命令行使用简单快速以及可组合。
示例用法:
$ curl -LO https://burntsushi.net/stuff/worldcitiespop.csv$ xsv headers worldcitiespop.csv1 Country2 City3 AccentCity4 Region5 Population6 Latitude7 Longitudexsv是用Rust语言编写的命令行工具,用于索引、切分、分析和合并CSV文件,命令行使用简单快速以及可组合。
示例用法:
$ curl -LO https://burntsushi.net/stuff/worldcitiespop.csv$ xsv headers worldcitiespop.csv1 Country2 City3 AccentCity4 Region5 Population6 Latitude7 Longitude
评论