Apache Nifi Put Document to Couchbase

Viewed 53

Hi, I want to put document into couchbase bucket with nifi.

But I got a error like this :

Doc Id must not be null

Here is my nifi processor flow :

Here is my nifi processor flow

Also i specified the document id in json.

Also i specified the document id in json.

How can i fix this

1 Answers

Resolve : should add an attribute field with EvaulateJsonPath.

enter image description here

specify the field in the json as an attribute in EvaulateJsonPath like this :

enter image description here

Related