Hi, i'm trying to extract with tap-csv but i'm get...
# troubleshooting
g
Hi, i'm trying to extract with tap-csv but i'm get this error and i cant understand why exactly
r
Can you share your
meltano.yml
?
g
sorte.json is the json that i printed above
r
I think the tap is expecting a JSON array in that file - try getting rid of
files
and moving everything back one level:
Copy code
[
    {
        "entity": ...
    }
]
g
worked!! thanks!
🙂 1