Re: PutMongoRecord issue

2018-05-22 Thread Mike Thomsen
I think the ability to read a JSON array as a record set was added early in 1.7.0-SNAPSHOT, so that may be part of the problem here. You should also set the type for the array to be int or long for the items unless you really want string versions. On Tue, May 22, 2018 at 8:06 AM Yves HAMEL wrote:

PutMongoRecord issue

2018-05-22 Thread Yves HAMEL
Hi, I have to save json data to a mongodb database. I use PutMongoRecord processor. My flow file has the following form : [{"name":"", "data":[1,2,3]},{"name":"", "data":[1,2,3]}] In my processor properties I set a JsonTreeRead service for valadating json data. I could validate sim