manuel_garcia
07/15/2023, 3:10 PMBuzzCutNorman
07/15/2023, 11:07 PMmanuel_garcia
07/16/2023, 12:14 AMmanuel_garcia
07/16/2023, 12:15 AMmanuel_garcia
07/16/2023, 9:28 PMtap-file
from airbyte
(which I could not get it to work due to Docker in Docker) and the tap-universal-file
(which is throwing a very strange issue).
Does anybody know any other alternative? Thank you,visch
07/17/2023, 12:39 PMtap-universal-file
is pretty new could you share what you're hitting? I could start a different thread about ituser
07/17/2023, 6:01 PMtap-spreadsheets-anywhere
can read json or jsonl. Checkout the examples on the hub https://hub.meltano.com/extractors/tap-spreadsheets-anywhere#common-config-examplesuser
07/17/2023, 6:04 PMuser
07/17/2023, 6:13 PMutilities:
- name: py_script
namespace: py_script
commands:
test:
executable: python
args: my_script.py
This would work like meltano install utility py_script
then meltano invoke py_script:test
. Or in your case meltano run py_script:xml_to_json tap-x target-y
user
07/17/2023, 6:28 PMmanuel_garcia
07/18/2023, 6:51 AM