I am trying to learn flume and for this I am creating some rows to ingest. I have a row like
"ted";"27";"hi, i am good; you?";"ok"
With the delimiter as ; it separates me also the hi, i am good you? I want only to change field when the ; has a " next to it. Is this possible?