I have a source data with ~130 fields. About half of them are numeric and filled with text and special characters. What are the disadvantages of converting the [dirty] fields first then using dynamic select to remove all non-numerical characters (like the attached)? I went that route as I didn't want to select every field in the data cleansing tool.