I’ll sometimes make a calculated field for text fields, that does nothing but strip out “bad” characters.
The following replaces TAB characters (0x09) with 4 spaces, and the RS (0x1E) with one space).
I don’t know if I could use a RegEx to handle all the control codes at once. But this catches 99.9% of our problems)
