I’m trying to load excel files using <tap-spreadsh...
# singer-taps
r
I’m trying to load excel files using tap-spreadsheets-anywhere from s3 target and I can’t figure out the pattern. The same exel file with the same pattern (as the file name) it loads ok from local using file:/// The s3 path is correct because it works with csv files. What I’m missing?
1
a
Can you share your
meltano.yml
NB:
Copy code
you must specify the worksheet name to pull from in your xls(x) file.
https://github.com/ets/tap-spreadsheets-anywhere?tab=readme-ov-file#configuration
👍 1
r
yes, that was the issue. It works now. Thank you
actually not, I was mistaken. The default do not work with s3, but the rfainc it works