Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: rbeliz000I have an output pin with 4 columns and about 1 million records.
One of the columns (unit_address field) contains a data string with 8-16 characters. I would like to scrutinize that data field (unit_address) to determine whether it contains any letters. if it does contain at least one letter, i want to output it to a different output on a filter pin.
Example:
if unit_address field contains this data "000000194737AB36", I would like to have it output to pin 1 and taged as an alphanumeric data.
if unit_address field contains this data "0001102639416036", I would like to have it output to pin 2 and taged as an numeric data.
Looking for the simplest way to do this with consideration to the record count being over a million.
Any suggestions/guidance would be greatly appreciated.
thanks,
Rich B