ODI can this do?

HI Experts,

My source is the flat file.
My goal is Oracle.
I'm using ODI 11 g.

In my flatfile, I get the emp_id like ONB010001 every week. I need to change (01) which is (position # 76and 77) of the flat file to ONB890001.
And in the next week ONB900001 and so on. And after 99 it will change to 01.


Appreciate your help.


Thank you
Lony

Step 1. Create a DB function for your logical sequence
Step 2. call your function in the map.

 select substr('ONB010001',1,3) || SCHEMA.FUNC || substr('ONB010001',6) from table_name

Tags: Business Intelligence

Similar Questions

Maybe you are looking for