apache / streampipes

Apache StreamPipes - A self-service (Industrial) IoT toolbox to enable non-technical users to connect, analyze and explore IoT data streams.
https://streampipes.apache.org
Apache License 2.0
566 stars 174 forks source link

Issue with `DeleteTransformationRule` in Adapter #2855

Closed tenthe closed 3 weeks ago

tenthe commented 1 month ago

Body

The DeleteTransformationRule in the connect adapter encounters an error when multiple properties share the same prefix. Sample file for FileStreamAdapter:

{
  "timestamp": 1715356080000,
  "reserved bit": true,
  "reserved bit_1": true,
  "reserved bit_2": true
}

To reproduce, load the file into the FileStreamAdapter and remove the reserved bit_1 property. This property is still displayed in the preview.

StreamPipes Committer

I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.