Hello @Peruka, Sikander reddy,
You can try the below expression in the derived column transformation. You can give the expression to a new column or the same column as per your requirement. You need to ensure the source delimited text dataset encoding is UTF-8
and if you are copying it to any CSV or text file, the encoding should be the same.
replace(Address,'\u0092','')
If the solution worked for you, please click on accept answer and YES button, this can be beneficial to other community members.