Convert CSV files in one S3 location to JSON format and store them in another S3 location.
Convert data in one S3 bucket location from CSV to JSON format and store it in another S3 Bucket location.
Variables
AWS Credentials with access to the source and target s3 locations.
S3 Bucket where you want to unload the data to.
Path where original teak files are located.
Header for the columns available from teak. You can use different names. Must be in order. Comma separated no spaces.
Number of days based on the pattern to lookback
If True reprocess files even if you have already successfully processed those files before.
S3 Bucket where you want to unload the data to.
Path where converted files will be transfered to.
Database where you store which files you have processed and their status
Tracking schema and tablename where the file statuses will be stored