Hi,
I want to create a new column at the end of my existing input data that determines if a field containing numeric values has a letter somewhere in the value. Is it possible to have this new column populated by true/false values? True, if the existing numeric value contains a letter somewhere in it. False if the existing numeric value does not contain a letter somewhere in it.
The field is an identification number. Not sure why some of them contains numbers and letters but they shouldn't.
Thank you!