add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

21
pages.zh/common/csvkit.md Normal file
View File

@@ -0,0 +1,21 @@
# csvkit
> CSV文件的操作工具包。
> 另见:`csvclean`、`csvcut`、`csvformat`、`csvgrep`、`csvlook`、`csvpy`、`csvsort`、`csvstat`。
> 更多信息:<https://csvkit.readthedocs.io/en/0.9.1/cli.html>。
- 使用自定义分隔符对CSV文件运行命令
`{{command}} -d {{delimiter}} {{path/to/file.csv}}`
- 使用制表符作为分隔符对CSV文件运行命令覆盖 -d
`{{command}} -t {{path/to/file.csv}}`
- 使用自定义引号字符对CSV文件运行命令
`{{command}} -q {{quote_char}} {{path/to/file.csv}}`
- 对没有标题行的CSV文件运行命令
`{{command}} -H {{path/to/file.csv}}`