mirror of https://github.com/apache/nifi.git
Adding a provenance event for EvaluateJsonPath when content is overwritten with selected expression.
This commit is contained in:
parent
caed7f8468
commit
6a89745ec8
|
@ -227,6 +227,8 @@ public class EvaluateJsonPath extends AbstractJsonPathProcessor {
|
|||
}
|
||||
}
|
||||
});
|
||||
processSession.getProvenanceReporter().modifyContent(flowFile,
|
||||
"Replaced content with result of expression " + jsonPathExp.getPath());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue