How to Install csvtool in Ubuntu 18.04



Install csvtool by entering the following commands in the terminal:

sudo apt update
sudo apt install csvtool

Description:

handy command line tool for handling CSV files

OCaml CSV is a library to read and write CSV (comma-separated values) files. It also supports all extensions used by Excel - eg. quotes, newlines, 8 bit characters in fields, etc. . This package contains csvtool, a handy command line tool for handling CSV files from shell scripts.

Homepage: http://forge.ocamlcore.org/projects/csv/

Version: 1.5-1build2

Section: universe/utils