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

Popular posts from this blog

java - How to compare two classes -

javascript - Why Selenium can't find an element that is graphically visible -

c# - Get the Class name in a class with atribute inside a attribute method -