Hello, I have a data that I retrieve in an excel cell, this one is found in an attribute after reading the file.
in these cells I find carriage returns with other info.
I tried to do a replace all with my attribute, \n,but no success.
exemple :
Text1(\n)
Text1
Result i want :
Text1
this is my replaceAll in a generate attribute
replace([Txt], "\n" , "")
i hope it's clear.
thank's for helping