etl
etl copied to clipboard
write smart_{etl} helper functions
- write
etl_filenames()
that takes a params list and generates the corresponding filenames for each phase - 1-1 mapping between remote and local files for
etl_extract()
- no rules for
etl_transform()
- 1-1 mapping between CSV files and DB tables in
etl_load()