Github user mgaido91 commented on the issue: https://github.com/apache/zeppelin/pull/2664 @felixcheung Since so far `\t` and `\n` are used as delimiters, there is no way to do that only on the front-end side, because currently there is no way for the frontend to know whether it is a `\t` or `\n` in the field or a separator. If we want to fix this in the front-end, I think this is a much bigger task which would require a whole refactor of the communication protocol between back-end and frontend (so that we don't have anymore such separator or that there is a way to escape them) and the frontend itself in order to be able to manage those things. If this is the way we choose to go I am fine and I can help with them, but this would probable require a design document and some splitting in subtasks since it is going to be a huge refactor. What do you think?
---