Skip to content

Option keys description

ankiano edited this page Feb 9, 2018 · 2 revisions

--source

To set source for data extraction. Sources can be as:

  • database alias. The exact name (alias) and connection string you should write to file with settings - etl.yml
  • csv files. There are two ways. First is to specify exact name (e.g. my-file.csv). Tool will search this file in \csv directory. Second is to specify --source csv and all files from \csv directory will be processed.
  • xls files. The logic the same to csv.
  • google sheets. Format is 'workbook-name!sheet-name'. And this workbook should be granted access to technical email from your google developer key file.

Also you can set several sources at one command '--source db1,db2,db3'

Clone this wiki locally