Files
tldr/pages.zh/common/csvclean.md

13 lines
292 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# csvclean
> 查找并清理CSV文件中的常见语法错误。
> 包含在csvkit中。
> 更多信息:<https://csvkit.readthedocs.io/en/latest/scripts/csvclean.html>。
- 清理CSV文件
`csvclean {{bad.csv}}`
- 列出CSV文件中语法错误的位置
`csvclean -n {{bad.csv}}`