In my Mapping i have used 10 tables from two databases(in SQL SERVER)
I have some conditions on data which i have given in SQ trans i.e i have used two SQ's
1st SQ trans to join tables coming from one database A
2nd SQ trans to join tables coming from other database B
later i have used two exp's each for one SQ.
SQ1.uid(varchar)& SQ2.uid(char) to trim the spaces in EXP trans.
Later used JOINER trans to join SQ1.uid=SQ2.uid to join two database tables to get some rows into target.
After joinertrans, used EXP trans to define Hard-coded values & some conditions on fields,finally to target from EXP trans.
Now,if i want to handle all rejected rows, from which stage i need to collect the data???
i have defined conditions on data from SQ trans onwards & how can i add comments other transformations other than EXP trans,i have done it for EXP using COMMENTS button.
Is it important to add comments to transformations??
Could any one help me with Exception Handling.
I have some conditions on data which i have given in SQ trans i.e i have used two SQ's
1st SQ trans to join tables coming from one database A
2nd SQ trans to join tables coming from other database B
later i have used two exp's each for one SQ.
SQ1.uid(varchar)& SQ2.uid(char) to trim the spaces in EXP trans.
Later used JOINER trans to join SQ1.uid=SQ2.uid to join two database tables to get some rows into target.
After joinertrans, used EXP trans to define Hard-coded values & some conditions on fields,finally to target from EXP trans.
Now,if i want to handle all rejected rows, from which stage i need to collect the data???
i have defined conditions on data from SQ trans onwards & how can i add comments other transformations other than EXP trans,i have done it for EXP using COMMENTS button.
Is it important to add comments to transformations??
Could any one help me with Exception Handling.