C
CC
I import text files that contain values with suffixes, and the suffix could
be any two alpha characters i.e.:
D1234-AA
D1234-AB
D1234-AC
D2345-AA
D2345-AB
I need to import the data and omit the the suffix of the first number, i.e.:
D1234
D1234-AB
D1234-AC
D2345
D2345-AB
Can anyone provide direction on how to accomplish this?
be any two alpha characters i.e.:
D1234-AA
D1234-AB
D1234-AC
D2345-AA
D2345-AB
I need to import the data and omit the the suffix of the first number, i.e.:
D1234
D1234-AB
D1234-AC
D2345
D2345-AB
Can anyone provide direction on how to accomplish this?