battleship9 opened a new issue, #8266:
URL: https://github.com/apache/hop/issues/8266
### What would you like to happen?
Currently, there is no way to split a string to rows where the delimiter
character appears inside the data.
For example:
```
hi,"hello, world","hey"
```
with the current behavior becomes
```
hi
"hello
world"
"hey"
```
when it should be
```
hi
hello, world
hey
```
### Issue Priority
Priority: 2
### Issue Component
Component: Hop Gui
--
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]