.prm wirh repalce .txt is possible?
Answers were Sorted based on User's Feedback
Answer / sri
Yes, you can replace it with .txt. This is absolutely fine.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / jyothi
It is not possible,because .prm cntains the session and
mapping parameter file ,where as text file dosen't and the
structure and functionality of two files will be diffrent.
| Is This Answer Correct ? | 0 Yes | 3 No |
What is the difference between Bad file and Reject file? and Where u can see the Reject file? What records stored in Reject file?
How to load the data from a flat file into the target where the source flat file name changes daily?
What is a data modeling?
Which gives the more performance when compare to fixed width and delimited file ? and why?
there is a product table prodid prodname price 100 cinthol 10 101 hamam 10 102 neem 20 103 cake 30 in the above table the price of some products are duplicated and some product prices are distinct we want to push the duplicated prices to one target and non-duplicated prices to other target without using expression and sequence generator transformation
What are the types of error logs available in Informatica?
What are the types of maping in Getting Started Wizard?
I am using Informatica 7.1.1. and i used emails task for getting emails but not able to get emails is there any settings in Informatica installation level?
What is session task and command task?
If i havee 3records in my source having same deptno like Deptid Deptno ------ ------ 101 10 201 10 301 10 and i am using router TR to loading these records into target.Then how many record'll be loaded into target???
Hi All, I have three question. 1) How to remove the header and footer in a flat file in informatica? 2)How to load the first and last record of flat file into the target? 3)I have a Input and Output table. Input Name Salaray Month A 100 Jan A 200 Feb A 300 March B 400 April B 500 May B 600 June Output Name Salaray Month A 100 Jan A 300 Feb A 600 March B 400 April B 900 May B 1500 June How to implement and get the ouput as mentioned above. If Possible kindly provide the SQL query also. Kindly any one help to implement this concept. Thanks, Pradeep
how can one eliminate dupliacte data with out using distinct option?