csvformat
Convert a CSV file to a custom output format. Included in csvkit. More information: <https://csvkit.readthedocs.io/en/latest/scripts/csvformat.html>.
RUN apt-get update && \
apt-get install -y csvkit
RUN apt-get update && \
apt-get install -y csvkit
RUN apt-get update && \
apt-get install -y csvkit
RUN dnf install -y python3-csvkit
RUN apt-get update && \
apt-get install -y python3-csvkit