CSV Reader: Custom Row Delimiter causes Column Separation

Hi,

a method to inject line breaks in cells for testing purposes, when giving support to forum users, all of a sudden produces odd results.

When reading a CSV and entering a custom line break, formerly I used i.e. $DELI$, now splits the text into columns. Not quite certain how to phrase it correctly. See yourself. I can enter any character like $, %, &, {, < and even regular word characters etc.

Edit: Only by defining a custom column delimiter my previous approach works again:

Best
Mike