Hi all, I am using tap-s3-csv (transferwise varian...
# getting-started
u
Hi all, I am using tap-s3-csv (transferwise variant). My csv does not have headers so it is using the first row to derive column names. 1. How do I supply headers separately? 2. How do I handle CSV files that are compressed with gzip ?
e
Hi! I don't this that tap handles custom headers nor compressed files, so might wanna give tap-spreadsheets-anywhere a try. I have a demo project showing how it can be configured for S3 and gzip compression: https://github.com/edgarrmondragon/meltano-s3-csv-example/blob/main/meltano.yml
u
wow, thank you! I will try this out