Cereal84 / AnadiCSV

A tool to execute SQL query on CSV file
MIT License
3 stars 3 forks source link

AnadiCSV

This tool aims to allow the user to interrogate a csv file using SQL language.

[NOTE] At the moment we support Docker only containers in Linux Debian/Ubuntu platform.

screenshot

How to install

$ cd AnadiCSV

$ ./install.sh

How to use

Help

$ anadi -h
usage: AnadiCSV [-h] -d DIR

Handle csv file using SQL language

options:
  -h, --help         show this help message and exit
  -d DIR, --dir DIR  CSV file dir

How to run

By default anadi use te current folder to find CSV files

anadi

if your files are in a different location use -d options

anadi -d DATA_DIR