Hi, I'm trying to configure `tap-spreadsheets-anyw...
# troubleshooting
b
Hi, I'm trying to configure
tap-spreadsheets-anywhere
to move a csv from sFTP to S3 but it not selects any file.
Copy code
INFO Using supplied catalog /meltano-project/.meltano/run/tap-test/tap.properties.json.
INFO Processing 0 selected streams from Catalog
I got it with
meltano --log-level=debug invoke tap-test
I tried to discover the catalog with
meltano invoke tap-test --discover
Copy code
ERROR Unable to write Catalog entry for '__job' - it will be skipped due to error invalid literal for int() with base 10: 'FWYUniSuMK'
{
  "streams": []
}
My file has no any field related to FWYUniSuMK. I'm running meltano 1.88 and attached in the thread is my meltano.yml
I change user, password and host to publish it here, but I wrote it in that order.
Copy code
- name: tap-test
    namespace: tap_spreadsheets_anywhere
    pip_url: git+<https://github.com/ets/tap-spreadsheets-anywhere.git>
    executable: tap-spreadsheets-anywhere
    load_schema: raw_sfmc
    capabilities:
    - catalog
    - discover
    - state
    config:
      tables:
        - path: <sftp://user:password@host//Import/_Job_2022>
          name: __job
          pattern: Import/.*
          start_date: "2022-02-03T09:44:20Z"
          key_properties: []
          format: csv