to use this, make sure you have:
- A .env file with the required variables set, see
.env.example
- The required python packages installed.
- The required changes in the importer.py file
- A file you wish to import in the format of
trunc.csv
Then run the following python command python3 importer.py <your_file>
NB: I wrote this library primarily for my own use case, however, suggestions are always welcome!