What are your source in project and how you import in
informatica? How can i explain abt this?
Answer / jvdwhinfo
Hi All,
Sources in Informatica can differ from Client to Client and
project to project.
But mostly client will send sample data through flat files.
And the metadata of the sample data is imported from Source
analyzer by clicking on the option import from file.
I hope i gave the relevant answer.
If am wrong please let me know.
Thanks.
James.
| Is This Answer Correct ? | 16 Yes | 0 No |
I have one source table and three target tables. When the session runs for the first time involving the mapping,i want that the loading should take place in 1st Target table only. The 2nd time the same session runs the loading should take place in 2nd Target only only and similarly when the session runs for the 3rd time loading should take place in Third only. And again when the session runs for the 4th time loading should take place in 1st Target table.
What is the difference between Bad file and Reject file? and Where u can see the Reject file? What records stored in Reject file?
What will happen if the select list columns in the custom override sql query and the output ports order in sq transformation do not match?
A mapping contains (1) Source Table S_Time ( Start_Year, End_Year ) (2) Target Table Tim_Dim ( Date, Day, Month, Year, Quarter )
What is dimensional table?
Scenario:- Below is the requirement. Source:- NAME ID Requirement RAVI 1 (no need to repeat as it ID is 1) KUMAR 3 (repeat 3 times as it ID is 3) John 4 (repeat 4 times as it ID is 4) Required Out Put:- Name ID RAVI 1 KUMAR 3 KUMAR 3 KUMAR 3 John 4 John 4 John 4 John 4 Scenario 2:- Source Data ID NAME 1,2 NETEZZA,ORACLE 3,4,5 SQL Server, DB2, Teradata Required Output:- ID NAME 1 NETEZZA 1 ORACLE 3 SQL Server 3 DB2 3 Teradata
I am having source ENO ENAME LOC 1 A PUNE 2 B MUMBAI 3 C CHENNAI Target ENO ENAME LOC 1 A PUNE 2 B MUMBAI 3 C CHENNAI If a new record coming from source from same location it should directly go to specified location in target at begining EX:if Eno with 4 coming from same Pune, It should directly load into the Pune location col with '|' symbol. Help me its very urgent
in my lookup table i want to catch the recently updated records from the source to target,how to achieve this and what is last commit interval point for this?
What type of sorting algorithm does the Sorter Transformation use, to do its sorting Operation? 1. Bubble sort 2. Insertion sort 3. Shell sort 4. Merge sort 5. Heapsort 6. Quicksort 7. Bucket sort
How to recover the standalone session?
Hey I am net to informatica? Can any one explain me step by step How scd will work ?
If u select groupby port in aggregator what is output and dont select groupby option what is output