hashmapinc / nifi-opcua-bundle

Apache License 2.0
31 stars 11 forks source link

Add max_recursivedepth as an attribute to the flowfile in GetOPCNodeList processor #49

Closed shgupta22 closed 6 years ago

shgupta22 commented 6 years ago
  1. Change to add max_recursive depth as a flowfile attribute.
  2. Added change for adding starting node to flowfile attribute.
  3. Changes for supporting regex support for starting node property in GetOPCNodeList processor. The approach is to search all node starting from root node and compare it with regex.