remove the CRLF character
remove the CRLF character
4 Answers
Hello Perrone Vincenzo,
The CRLF linebreak can be removed, only if it is formatted with the HTML tag .
In this case, you may apply the following expression to the imported field
REPLACE ([CSV_COL(5)], '', '')
Where 5 is a number of the column in the CSV file.
Unfortunately it is not a TAG, using ASCII code is not possible?
thanks
best regards
Hello Perrone Vincenzo,
Unfortunately, there is no way to remove or replace the linebreak in the regular format.