Hi all,
As some data cannot convert to some format, any syntax can solve the below situations? The main issue is to remove the most right side of symbol "*"
Source :
[1] JL225*
[2] KM*130
[3] **WY2294
[4] UV3*35*7
Output :
[1] JL225
[2] KM*130
[3] WY2294
[4] UV3357
Thanks a lot.
Best Regards,
Johnny