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

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -