Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have one field like below it showing numbers and string values.so if requirement keep string in a field remove numbers or if requirement keep numbers remove strings.how?
data:
1203
4567
OBALT
9200
3456
22334
OEUROPE
like that.
data is field name.
Thanks
daisy
Hello Daisy
load PurgeChar(data,'OBALTEUORPEABCDEFGHIHKLMN') as Data1,
KeepChar(data,'OBALTEUORPEABCDEFGHIHKLMN') as data2;
LOAD * INLINE [
data
];
Please mark the posts as Helpful or answered to close the discussion so that it would be helpful for others in the community