Open ClemiDouce opened 1 year ago
Mmm it looks like a file encoding issue that is preventing tap-csv from correctly parsing the header line of the file, but that is very much a guess; the Meltano Slack is probably the best place to ask this kind of question, sorry!
Hello everyone When trying to make a simple POC with meltano with a CSV tap and json target, i encounter a problem
I have a simple json file, like this with tap-csv config like this
When i run it with invoke to see if it work, i have this jsonl file output
When i try to use the output of output.json and target-duckdb together, i got this error, and i don't understand how to resolve it