How to Install libsqlite3-mod-csvtable in Ubuntu 18.04



Install libsqlite3-mod-csvtable by entering the following commands in the terminal:

sudo apt update
sudo apt install libsqlite3-mod-csvtable

Description:

SQLite3 extension module for read-only access to CSV files

This package extends SQLite3 with read-only access to CSV (Comma-Separated Values) format files; each CSV file will appear as a table in SQLite3.

Homepage: http://www.ch-werner.de/sqliteodbc/

Version: 0.9995-1

Section: universe/libs