Input :
I want output like this :
If “Address” starts with only Number, then Status should come as “Good”… if it is not starting with only Number (and if it contains “-” in between) then the Status should come as “Bad”…
It would be really grateful if anyone suggests me some idea on this…I tried using IsMatch condition but not getting correct output…Please recommend any idea.