Search code examples
apache-nifimarklogic

How to set document quality while ingesting document into MarkLogic through PutMarkLogic NiFi processor?


I'm using NiFi 1.21.0 and nifi-marklogic-nar-1.9.1.6.
I have been using PutMarkLogic 1.9.1.6 processor to ingest documents to MarkLogic-db for more than 2 years. Recently witnessed that the processor doesn't support adding document-quality (PFB the processor image).
PutMarkLogic 1.9.1.6
So I have created a new issue against marklogic/nifi project.


Solution

  • This enhancement was fixed as part of https://github.com/marklogic/nifi/pull/121. Therefore use nifi-marklogic-nar-1.15.3.1 or later version to set document-quality. I'm currently using PutMarkLogic 1.16.3.2 and I can now see a provision to add Quality.
    enter image description here