SvenO3 opened a new issue, #4650: URL: https://github.com/apache/streampipes/issues/4650
### Body When using a CSV file that contains a the delimiter inside a quoted string, the parsing fails. The quoted delimiter still gets used to split the row which can lead to a length mismatch ``` column1,column2,"column2,5" 1,2,3 ``` <img width="1044" height="320" alt="Image" src="https://github.com/user-attachments/assets/a3d261bd-a3ee-4be7-91f5-b9628aa0b5ed" /> ### 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]
