This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We have extended our Early Bird Tickets for Inspire 2023! Discounted pricing goes until February 24th. Save your spot!
Solved! Go to Solution.
@Jordken Change the expression to read as follows:
regex_replace([_CurrentField_],"[^\xA,\xD,\x20-\x7e]+",'')
[_CurrentField_] being whatever your field name is if you are using the formula tool and not the multi field tool
Is there a way to do this but return if the field had one of the untranslatable characters? I'm trying to identify them the fields and flag them with a 1 if they have a bad character.
MIN(Regex_Countmatches([Garbage Data],"^[ -~]"),1)
That might help.