Hi everyone,
If i have a column of name
Mary7065
Mary6594
Sue7545
and want two columns outputs
Mary 7065
Mary 6594
Sue 7545
I try to use the parse tool but won't get the output.!!
The regular expression in the parse tool i was using
(.*)(\d*)
and get two outputs RegExout1 and RegExout2 but
RegExout1
Mary7065
Mary6594
Sue7545
and RegExout2 comes out NOTHING.
What am i doing wrong.?