-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(inputs.opcua): Handle array-like node values and map them to indexed field names #16594
base: master
Are you sure you want to change the base?
fix(inputs.opcua): Handle array-like node values and map them to indexed field names #16594
Conversation
…xed field names Previously, array-like node values were not processed in outputs. This change map's array-like values to "field.0", "field.1", etc.
Thanks so much for the pull request! |
…to indexed field names
Download PR build artifacts for linux_amd64.tar.gz, darwin_arm64.tar.gz, and windows_amd64.zip. 📦 Click here to get additional PR build artifactsArtifact URLs |
@stark-alexander please sign the CLA as otherwise we cannot take or review this PR... |
Hi @srebhan, sorry, I didn’t notice the CLA requirement before submitting the PR. Thanks for your understanding and patience! |
Summary
Previously, array-like node values were not processed in outputs.
This change maps array-like values to "field.0", "field.1", etc.
Checklist
Related issues
resolves #11898
superseeds #16359