Forum Discussion
cristianml
4 years agoPost Prodigy
= Replace UNICHAR(10) in Query Editor
Hi,
I want to replace line breaks (UNICART(10) that my data has in a column in query editor.
How can I replace this?
My first thought was the the following but it doesn't work.
= Table.ReplaceValue(#"Replaced Value",UNICHAR(10),"-",Replacer.ReplaceText,{"COLUMN1"})
Any idea if is it possible to replace this?
Thanks
Hi,
You can give a try as well to command clean on the Format button (Text.Clean in M).
It should work for both UNICHAR 10 and 13.Let us know