What is the difference between unicode & ascii mode data
movement in informatica?
Answer / ravi
unicode data movement reads 8 bits at a time where as ascii
reads character by charecter
| Is This Answer Correct ? | 12 Yes | 5 No |
i have source flat file like 1 a,1 b,1 c,2 a,2 b,2 c i want output as 1 a,b,c and 2 a,b,c ... how can achieve this
If a table contains 100 records we have to fetch 50-100 records from source to target?how
Hi, I have one flatfile as target in a mapping . When i am trying to load data second time into it. The records already is in flatfile is getting override. I don't want to override existing records. Note : we can do this by implementing CDC / Incremental pool logic if target is relational . But this is flatfile. So, even i use this same technique it will override only So what is the solution ? Is there any option at session level for flatfile target ? Advance Thanks
What is the difference between stop and abort in informatica
what is the gap analysis?
If we have lookup table in workflow how do you trouble shhot to increase performance?
Difference Between ETL & ELT?
How to create Target definition for flat files?
Under what conditions selecting sorted input in aggregator will still not boost session performance?
What are Business Components in Informatica?
Implementation methodology
In a simple mapping when i use aggregate t/r with out any condition or group by, i am getting output as only last record in the table . can any one explain it please.........?