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

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

android - Basic camera in app -

java - How to compare two classes -