Run ETL (transport)
Simple ETL from the commandline (CLI), you can generate a sample ETL configuration,
$ transport generate ./my-etl-config.json
The configuration file will specify source and targets for the data.
source, https and targets are both CSV file and SQLite 3+ database
Perform the ETL Job given the configuration specifications
$ transport apply ./my-etl-config.json