I have two fields (one is a text and one is a number).
What I’m trying to do is filter and isolate all of the text fields that contain anything but a number, so that I can extract and move the numbers only to the number-type field in the database and pass number validation.
Does anyone have any idea how to do that?