AT the max how many transformations and mapplets can we use
in a mapping ?
Answer / j.david sukeerthi kumar
No restrictions on the numbers, we can use as many se we can.
| Is This Answer Correct ? | 23 Yes | 0 No |
source is a flat file empname, empno, sal ram, 101, 1,000 sam, 102, 2,000 ques: my target needs the data to be loaded as sal -1000 and 2000 excluding commas target empname, empno, sal ram, 101, 1000 sam, 102, 2000 how to implement this?
How we can use union transformation?
How to delete the (flat file) data in the target table after loaded.
how to remove staging area
What is workflow variable? When we use workflow variable? Can any one explain me with one example???
Is it possible to have "5 source & 5 Target" in single mapping?
What is Index Caches size?
What is A complex mapping?
when we use dynamic lookup,if condition matches what will be the o/p?
How to Join Tables my Source is having 15 table target is one?
I want expect first and last record remaining all records will be loaded into target? which transformations we can use?
How can we use mapping variables in informatica?