csvclean

Finds and cleans common syntax errors in CSV files. Included in csvkit. More information: <https://csvkit.readthedocs.io/en/latest/scripts/csvclean.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y csvkit
Ubuntu
RUN apt-get update && \ apt-get install -y csvkit
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y csvkit
Fedora
RUN dnf install -y python3-csvkit
Raspbian
RUN apt-get update && \ apt-get install -y python3-csvkit
click the source code to copy install csvclean on any operating system with command-not-found.com