PDI's Context class provides a way to iterate on Data_descriptors using the Iterator class. Several API plugin functions are available to the developer, such as Context::begin() and Context::end().
However, the Context::find() function is not available and would be welcome.
In GitLab by @fxmordant on Oct 25, 2023, 10:56
PDI's
Context
class provides a way to iterate onData_descriptor
s using theIterator
class. Several API plugin functions are available to the developer, such asContext::begin()
andContext::end()
.However, the
Context::find()
function is not available and would be welcome.