If no. of source columns is changing every time (First time
it is 10 next time it is 20 so on). How to deal with it
without changing mapping?
Answer Posted / sam
If your Source is XML this kind of scenario will come.Take
the exact XML DDL (max number of columns)as a source
defination.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the components of workflow manager?
What are the main features of Oracle 8i with context to datawarehouse?
What are multi-group transformations?
What are the data movement modes in informatica?
What does reusable transformation mean?
How you prepared reports for OLAP?
What all join we can perform in LOOKUP transformation?
How does the aggregator transformation handle null values?
Informatica settings are available in which file?
Differentiate between source qualifier and filter transformation?
How to open an older version of an object in the workspace?
State the differences between sql override and lookup override?
What are the new features of informatica 9.x at the developer level?
What can we do to improve the performance of informatica aggregator transformation?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?