kotesh


{ City }
< Country > india
* Profession *
User No # 65793
Total Questions Posted # 0
Total Answers Posted # 3

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 21
Users Marked my Answers as Wrong # 8
Questions / { kotesh }
Questions Answers Category Views Company eMail




Answers / { kotesh }

Question { 6600 }

what is the difference between lookupoveride and joiner?


Answer

using lookup override we can join more two table either it
is relational or flatfiles also. and one more advantage is
it supports orderby condition.
but jointrns we can join two tables.

Is This Answer Correct ?    0 Yes 0 No

Question { TCS, 6304 }

how to import multiple flat files in to single target where
there is no common column in the flat files


Answer

using filelist concept, we can acheive this one.

Is This Answer Correct ?    9 Yes 2 No


Question { TCS, 16496 }

what is difference between mapping and mapplet ?


Answer

mapping can be developed with different trns, but not reusable.
mapplet can be reused other mappings and mapplets also.
and also we can defined mapping variables and parameters.

Is This Answer Correct ?    12 Yes 6 No