Hello Perrone Vincenzo,
The CRLF linebreak can be removed, only if it is formatted with the HTML tag <br>.
In this case, you may apply the following expression to the imported field
REPLACE ([CSV_COL(5)], '<br>', '')
Where 5 is a number of the column in the CSV file.