hashmapinc / nifi-opcua-bundle

Apache License 2.0
31 stars 11 forks source link

Support Regex in GetOPCNodeList Processor for Starting Nodes Property #50

Open shgupta22 opened 6 years ago

shgupta22 commented 6 years ago

Regular expression support for Start Node property in GetOPCNodeList processor

shahalamansari commented 4 years ago

I am trying to provide the starting node name instead of a regex. I am getting the following error: ERROR [Timer-Driven Process Thread-8] c.h.tempus.processors.GetOPCNodeList GetOPCNodeList[id=4e8b1241-0171-1000-cfd8-4dbabd9d3c2f] No namespace found: opcUAService.getNameSpace(...) returned empty or null.

It works fine when I leave the Node filter property empty.

If this property is still in work, how can i checkout the branch with Starting node property instead of Node filter proerty?