You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using the transform to boolean processor when I got an issue in my code that seems to be a bug :
As you can see, the "s0::" appears twice in front of the "newValue" field.
How to reproduce?
Just try to input a value in the Transform to boolean processor
Expected behavior
Should output s0::myField.
Additional technical information
After looking in the code, I noticed this comment.
Maybe a clue on where the problem is located or do I missed something ?
Are you willing to submit a PR?
None
The text was updated successfully, but these errors were encountered:
Apache StreamPipes version
dev (current development state)
Affected StreamPipes components
Processing Elements
What happened?
Hello,
I was using the transform to boolean processor when I got an issue in my code that seems to be a bug :
As you can see, the "s0::" appears twice in front of the "newValue" field.
How to reproduce?
Just try to input a value in the Transform to boolean processor
Expected behavior
Should output s0::myField.
Additional technical information
After looking in the code, I noticed this comment.
Maybe a clue on where the problem is located or do I missed something ?
Are you willing to submit a PR?
None
The text was updated successfully, but these errors were encountered: