Re: [I] CSV reader in FileStream adapter cannot handle strings

2023-11-13 Thread via GitHub
bossenti closed issue #2166: CSV reader in FileStream adapter cannot handle strings URL: https://github.com/apache/streampipes/issues/2166 -- 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 specifi

Re: [I] CSV reader in FileStream adapter cannot handle strings

2023-11-13 Thread via GitHub
muyangye commented on issue #2166: URL: https://github.com/apache/streampipes/issues/2166#issuecomment-1807654037 Just published a PR! The scope of the sanitization is limited to InfluxDb. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [I] CSV reader in FileStream adapter cannot handle strings

2023-11-12 Thread via GitHub
bossenti commented on issue #2166: URL: https://github.com/apache/streampipes/issues/2166#issuecomment-1807570130 Hi @muyangye, you are right, changing the column name makes it work. As you said, sanitation should prevent naming conflicts and therefore rename the `name` column.

Re: [I] CSV reader in FileStream adapter cannot handle strings

2023-11-11 Thread via GitHub
muyangye commented on issue #2166: URL: https://github.com/apache/streampipes/issues/2166#issuecomment-1806769554 Hi @bossenti, I have looked into the issue. The event is "correct" ("correct" meaning key value pairs are the same with the file) in frontend, Kafka producer, and Kafka consumer

[I] CSV reader in FileStream adapter cannot handle strings

2023-11-10 Thread via GitHub
bossenti opened a new issue, #2166: URL: https://github.com/apache/streampipes/issues/2166 ### Apache StreamPipes version dev (current development state) ### Affected StreamPipes components Connect ### What happened? When reading the following CSV file with