Nipyapi version: lastest
NiFi version: 1.11
NiFi-Registry version
Python version: 3.7
Operating System: ubuntu
Description
I want to delete specific props inside RouteOnAttribute by nipyapi, please how I can do it, what is the solution to delete properties inside the config of the processor.
What I Did
PropertyValue
Routing Strategy Route to Property name
p10001 ${project_id:matches('p10001')}
p11012 ${project_id:matches('p11012')}
I want to delete for example all this :
Instead of clicking on the remove, do it with nipyapi !!
p11012 ${project_id:matches('p11012')} [remove]