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
In the schema editor of StreamPipes connect, form fields are not properly validated. E.g., when users configure a value transformation (such as multiplying a value by x), a value such as 0,1 is affected, but we expect a dot style like 0.1.
Also, when applying a transformation rule which e.g. results in a floating-point value and the field is defined as integer, the datatype doesn't change.
StreamPipes Committer
I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.
The text was updated successfully, but these errors were encountered:
Body
In the schema editor of StreamPipes connect, form fields are not properly validated. E.g., when users configure a value transformation (such as multiplying a value by x), a value such as
0,1
is affected, but we expect a dot style like0.1
.Also, when applying a transformation rule which e.g. results in a floating-point value and the field is defined as integer, the datatype doesn't change.
StreamPipes Committer
I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.
The text was updated successfully, but these errors were encountered: