i have source file data empno,ename,sal 100,ram,1000 200,tyu,2000 300,gh,3000 out put as e empno,ename,sal 100,ram,null 200,tyu,1000 300,gh,2000 how to load it?
5 9474hi all my source looking like below column1 column2 101,102,103 abc,def,ghi 1001,1002,1003 a,b,c i want my target is column1 column1 101 abc 102 def 103 ghi 1001 a 1002 b 1003 c any one can you help
1 4528i have a source of n records.i have to load n+5 records to my target.What is the procedure??????plz tell me.....
1 4907I want expect first and last record remaining all records will be loaded into target? which transformations we can use?
6 15341source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.
27201)you have multiple source system where u receive files ,how do you actually load into mapping using transformation,what are the transformation you use? 2)you have files in ftp location ,how do you get it into mapping with you ETL concept?
2131Post New Informatica Questions
What are the popular informatica products?
What does refresh system mean, and what are its distinctive choice?
What is primary and backup node?
What is target designer and target load order?
What is informatica?
What is xml source qualifier transformation in informatica?
Tell me about MD5 functions in informatica
can anyone explain me about retail domain project in informatica?
What do you understand by SOA of Informatica?
Explain pushdown optimization and types in informatica
What are the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
How to handle decimal places while importing a flatfile into informatica?
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?
hi friends ... i have insurance project(informatica),can you please tell me how many table and mappings we need to use?and explain me.. thank you
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.