mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 16:50:00 +00:00
Update cheatsheets
This commit is contained in:
18
csvclean
Normal file
18
csvclean
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# csvclean
|
||||
|
||||
> Finds and cleans common syntax errors in CSV files.
|
||||
> Included in csvkit.
|
||||
> More information: <https://csvkit.readthedocs.io/en/latest/scripts/csvclean.html>.
|
||||
|
||||
- Clean a CSV file:
|
||||
|
||||
`csvclean {{bad.csv}}`
|
||||
|
||||
- List locations of syntax errors in a CSV file:
|
||||
|
||||
`csvclean -n {{bad.csv}}`
|
||||
Reference in New Issue
Block a user