Hi everyone, I have the following problem: I am reading from an Oracle database via an Input tool with the OCI driver some data that sometimes has a line break at the end of the text. Here is an example taken from the SQL editor (text blackened out, as this is data from a customer):

When I read this into Alteryx I get this:

Might be difficult to see, but there is no line break at the end. However, when I read in the same data with the same SQL statement, but with the ODBC driver instead of OCI, I actually get the line break at the end:

Has anyone ever seen this behaviour or might know what is causing this difference?