Re: JSON / Avro issues

2015-12-17 Thread Tony Kurc
age in context: > http://apache-nifi-developer-list.39713.n7.nabble.com/JSON-Avro-issues-tp3923p5828.html > Sent from the Apache NiFi Developer List mailing list archive at > Nabble.com. >

Re: JSON / Avro issues

2015-12-17 Thread ianwork
trkurc, Am i missing something, I do not see the functionality to toggle between the two json representations in the latest build of jsontoavro processor? Ian -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/JSON-Avro-issues-tp3923p5828.html Sent from

Re: JSON / Avro issues

2015-12-17 Thread Ryan Blue
Jeff, I've answered inline. Thanks for using the processor, sorry it isn't clear what's happening. rb On 11/05/2015 01:59 PM, Jeff wrote: 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

Re: JSON / Avro issues

2015-11-06 Thread Tony Kurc
Presuming it is off a recent commit, you should be able to read a delimited tab file using "\t" as the delimiter. There should be a dropdown that will allow you to choose ARRAY or NONE as a JSON container option, which would toggle between the two JSON representations you described. On Thu, Nov

Re: JSON / Avro issues

2015-11-05 Thread Bryan Bende
Jeff, Are you using the 0.3.0 release? I think this is the issue you ran into which is resolved for the next release: https://issues.apache.org/jira/browse/NIFI-944 With regards to ConvertJSONtoAvro, I believe it one json document per line with a new line at the end of each line (your second

JSON / Avro issues

2015-11-05 Thread Jeff
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

Re: JSON / Avro issues

2015-11-05 Thread Cerulean Blue
I'm using a snapshot built yesterday. Thanks Sent from my iPhone > On Nov 5, 2015, at 4:19 PM, Bryan Bende wrote: > > Jeff, > > Are you using the 0.3.0 release? > > I think this is the issue you ran into which is resolved for the next release: >