DataAdvanced
CSV → Postgres ETL
Watch a folder / S3 for CSVs → validate → upsert to Postgres with logs.
Build steps
- 1S3 trigger on new CSV.
- 2Parse + validate.
- 3Upsert rows.
- 4Log run.
Watch a folder / S3 for CSVs → validate → upsert to Postgres with logs.