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
Answer Posted / krish
there is an option like APPEND IF EXISTS in session
properties
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
How to open an older version of an object in the workspace?
How can we use batches?
What is the different lookup cache(s)?
What is Cognos script editor?
How you know when to use a static cache and dynamic cache in lookup transformation?
If I have 10 flat files with same name abc.txt files with different timestamps as source I need to load them in tgt table oracle. in between job execution fails and rows are not loaded into tgt. how can I make them load in that target even if my job fails?
How do you set a varible in incremental aggregation
Is it possible to create multiple domains on a single Informatica server?
How can we delete duplicate rows from flat files?
What is the difference between informatics 7x and 8x and what is latest version?
What is informatica etl tool?
What is a connected transformation?
What is source qualifier transformation in informatica?
Hi, There is a session in my workflow which is running for a long time, atlast we found the cause is the missing index. My session is running via a stored procedure. Can I create an Index on the table which the stored procedure is using while my session is running? Please suggest. My Informatica version is PC 8.0.6 My Oracle APPS is 11.5.3. Thanks,
How do you convert single row from source into three rows into target?