fixed length Alphanumeric generation in Informatica -
how generate fixed length alpha-numeric strings in informatica?
output should like:
str001 str002 str003 str004 . .
.
use sequence generator
generate numbers. in expression transformation
add desired prefix. use lpad
or rpad
function fill value characters of choice lenght need.
Comments
Post a Comment