Adding a provenance event for EvaluateJsonPath when content is overwritten with selected expression.

This commit is contained in:
Aldrin Piri 2015-02-28 15:54:52 -05:00
parent caed7f8468
commit 6a89745ec8
1 changed files with 2 additions and 0 deletions

View File

@ -227,6 +227,8 @@ public class EvaluateJsonPath extends AbstractJsonPathProcessor {
} }
} }
}); });
processSession.getProvenanceReporter().modifyContent(flowFile,
"Replaced content with result of expression " + jsonPathExp.getPath());
break; break;
} }
} }