streampipes icon indicating copy to clipboard operation
streampipes copied to clipboard

Issue with `DeleteTransformationRule` in Adapter

Open tenthe opened this issue 9 months ago • 0 comments

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.

tenthe avatar May 13 '24 07:05 tenthe