postgres database, access mdb file, prepared text files
Run your terminal app with following command:
python convert.py [-h] {postgres, access, text} from_path {postgres, access, text} to_path
{postgres, access, text} source type
from_path source path
{postgres, access, text} destination type
to_path destination path
-h, --help show this help message and exit
Supporting data types:
- empty access database file
- filled access database file
- filled text files
Run your terminal app with following command:
python download.py [-h] {text, empty-mdb, filled-mdb} url to-path
{text, empty-mdb, filled-mdb} type of downloading
url URL of the file to download
to-path output directory for the downloaded file
-h, --help show this help message and exit