csvformat

Convert a CSV file to a custom output format. Included in csvkit. More information: <https://csvkit.readthedocs.io/en/latest/scripts/csvformat.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 csvformat on any operating system with command-not-found.com