remove the CRLF character
Avatar image
Nov 06, 2018
Perrone Vincenzo wrote
hi, I need to remove the CRLF character from the description field, you have a suggestion thanks

best regards
Reply
4 Answers
Avatar image
Nov 07, 2018
Dmytro Grycelyak agent wrote
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.
Avatar image
Nov 07, 2018
Perrone Vincenzo wrote
Unfortunately it is not a TAG, using ASCII code is not possible?

thanks

best regards
Avatar image
Nov 08, 2018
Dmytro Grycelyak agent wrote
Hello Perrone Vincenzo,

Unfortunately, there is no way to remove or replace the linebreak in the regular format.
Avatar image
Nov 08, 2018
Perrone Vincenzo wrote
ok thanks

best regards