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 the `FileStream` adapter and persisting the created the data stream in the data storage, simple string values are lost. Only string values that are explicitly quoted are kept, but this should not be necessary for a CSV file. ```text ts,testId,name,assetId 1000,1,Tom,“5“ 2000,2,Albert,“1“ ``` ### How to reproduce? <img width="1636" alt="image" src="https://github.com/apache/streampipes/assets/50115603/da9b9585-027d-48b1-92e8-7ef11ce1d18b"> <img width="750" alt="image" src="https://github.com/apache/streampipes/assets/50115603/b19dbdeb-3103-452c-beac-4cddbd62f842"> <img width="948" alt="image" src="https://github.com/apache/streampipes/assets/50115603/39abcae0-2929-44b3-92b8-212325e4306a"> ### Expected behavior _No response_ ### Additional technical information _No response_ ### Are you willing to submit a PR? None -- 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: issues-unsubscr...@streampipes.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org