tenthe opened a new issue, #4564:
URL: https://github.com/apache/streampipes/issues/4564

   ### Body
   
   When exporting data sets as CSV files, string values are currently not 
handled correctly. This can result in invalid or ambiguous CSV content when 
string fields contain special characters.
   
   Example:
   
   ```csv
   timestamp,newString
   1781515964488,abc=;,
   1781515965881,abc=;,
   1781515966885,abc=;,
   ```
   
   In this example, the value `abc=;,` may break CSV parsing because it is not 
quoted.
   
   The CSV export should ensure that string values are encoded according to the 
CSV specification. This includes quoting string values where required and 
properly escaping special characters when necessary.
   
   Additionally, validate that CSV files exported by StreamPipes can be 
successfully re-imported into StreamPipes without data corruption or parsing 
issues.
   
   
   ### StreamPipes Committer
   
   I acknowledge that I am a maintainer/committer of the Apache StreamPipes 
project.


-- 
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]

Reply via email to