tenthe commented on issue #3054: URL: https://github.com/apache/streampipes/issues/3054#issuecomment-2271616668
Hi @leonmeerfeld, we conducted additional testing and discovered an issue with the renaming rule. This problem seems to have nothing to do with the OPC UA adapter, rather the name of the event property seems to be the problem. ### Issue Description: The rename rules fail when a dot (.) is present in a name. This is because the dot is currently used as a delimiter for nested properties, leading to conflicts. ### Steps to Reproduce: - Use the attached CSV file with the CSV adapter. - Observe the issues that arise with the rename rules. ### Suggested Solution: Develop a test using the provided CSV file to identify and resolve the issue. [sample.csv](https://github.com/user-attachments/files/16512672/sample.csv) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
