Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
Can any one tell how to generate the String sequence like
A001
A002
A003
'
'
'
Any Sugesstions!
@psujini,please find the below screenshoot.
Expression in tMap:-
'A'+String.format("%3s", String.valueOf(Var.var1)).replaceAll(" ", "0")
@psujini,please find the below screenshoot.
Expression in tMap:-
'A'+String.format("%3s", String.valueOf(Var.var1)).replaceAll(" ", "0")
still do you have a issue?
Thank you!
its resolved