Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to generate a fix sized number: "SN-0001...SN-1000"? Please help!!
Hi
try this expression on tMap or tJavaRow, it will generate a fixed sized number for each row.
"SN-"+String.format("%04d", Numeric.sequence("s1",1,1))
Regards
Shong
Hi
try this expression on tMap or tJavaRow, it will generate a fixed sized number for each row.
"SN-"+String.format("%04d", Numeric.sequence("s1",1,1))
Regards
Shong