I try to load excel file but meltano say 0 selecte...
# troubleshooting
d
I try to load excel file but meltano say 0 selected stream from Catalog:
a
try removing
.meltano/run/tap-spreadsheets-anywhere/tap.properties.json
and then running
meltano invoke tap-spreadsheets-anywhere --dev
this should give you more into about your regexes and matches.
h
This could also be the issue with reading excel files we have seen here: https://github.com/ets/tap-spreadsheets-anywhere/issues/54. I have a fix in my own branch, you can replace the pip_url with https://github.com/radbrt/tap-spreadsheets-anywhere.git@excelbinary, run
meltano install --clean
and perhaps also
meltano lock --update --all
, and try to run again.
d
It's exactly that issue. Thank you