I built a simple flow that reads a tab separated file and attempts to convert
to Avro.
ConvertCSVtoAvro just says that the conversion failed.
Where can I find more information on what the failure was?
Using the same sample tab separated file, I create a JSON file out of it.
The JSON to Avro processor also fails with very little explication.
With regard to the ConvertCSVtoAvro processor
Since my file is tab delimited, do I simple open the "CSV delimiter”
property, delete , and hit the tab key or is there a special syntax like ^t?
My data has no CSV quote character so do I leave this as “or delete it
or check the empty box?
With regard to the ConvertJSONtoAvro
What is the expected JSON source file to look like?
[
{fields values … },
{fields values …}
]
Or
{fields values … }
{fields values …}
or something else.
Thanks,
Sorry for send this to 2 lists