Hi all. Has anyone had to extract data from a zip...
# plugins-general
a
Hi all. Has anyone had to extract data from a zip that contains lots of csv files? Spreadsheets-anywhere looks like it can handle a gzip of a single file, but not a zip of many files. Here's what I'm thinking:
meltano run files-utility tap-spreadsheets-anywhere target-postgres
files-utility: this is the utility I want that would download the files and decompress to a local directory structure tap-spreadsheets-anywhere: this would work as is with a local file path + pattern Anyone have any other clever ideas?