aviroop_banerjee
12/03/2023, 1:25 PM{
"add_metadata_columns": false,
"files": [
{
"path": "path\\csv_test\\csv_file.csv",
"entity": "csv_file",
"keys": [
"id"
],
"strict": true
}
]
}
when I run the command - meltano run tap-csv > test.json
it throws the error - block violates set requirements: Found no end in block set!
I have also attached the csv file for reference.
It would be really cool if anyone could help me with the setup! Thanks in advance.andy_carter
12/03/2023, 11:10 PMmeltano invoke tap-csv instead or install the target-jsonl and use that meltano run tap-csv target-jsonlaviroop_banerjee
12/04/2023, 5:46 AM