does anyone have recommendations for a tap to read...
# singer-taps
s
does anyone have recommendations for a tap to read compressed csv files off of s3? the
pipelinewise-tap-s3-csv
one works fine for uncompressed files, but doesn't have a compression option. i could fork it, but was hoping this was a solved problem
Does look like there is a PR for this on the tap, at least for
.zip
files: https://github.com/transferwise/pipelinewise-tap-s3-csv/pull/9
c
This one appears to already support .zip and .gz https://github.com/singer-io/tap-s3-csv, but I'm struggling to get it working
s
I haven't read compressed CSV's using this tap, but have read CSV and Excel spreadsheets with it. The documentation does say it supports compressed files. https://github.com/ets/tap-spreadsheets-anywhere