Suppose in e_name column is like this
empno ename
1 Sudhansu Sekher Dash
2 Amiya Prasad Mishra
In target we have to send middle name like this
empno ename
1 Sekher
2 Prasad
These are the steps for achieving this
- Drag the source and connect to an expression transformation
- In Expression create two ports one is name1(as variable port) and Middle_Name (o/p port)
- In Name1 write the condition like this
- In Middle_Name write the condition like this
- Then send to target.
Thanks
Ur's Hari
If you like this post, please share it by clicking on g+1 Button.
No comments:
Post a Comment