Source-1
No name
1 satish
2 karthik
3 swathi
4 keerthi
Source-2
No name
1 satish
2 karthik
5 santhose
6 vasu
Target
3 swathi
4 keerthi
5 santhose
6 vasu here i want non matching
Records i want how to achieve that
Answers were Sorted based on User's Feedback
here as the source meta data is same we can use UNION
t/r,after that i use AGGRIGATOR t/r in that i will count(no),
after that i will keep the filter t/r in that the condition
is count=0.then connect to the target
the result is as u want
the flow is as fallows
src--->sq--->union--->agg---->filter---->trg
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / davankumar
ur qus is diffrent but ans is...u r ans non_duplicate
records into taget.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi Davankumar,
once find the sources1 & 2 here both tables structures same
but some records are diff so i wanna find which columns are
diff
both tables contain 1,2 records but some records are diff
means 3,4,5,6 how to retrieve these to your target in
informatica level
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / lokeah
SRC---union--agg---filter---tr
Here two SRC got same data typs n table structure so we can merge dem both
In agrr check group by to name col and add one extra col and named it cnt and condition is count(name) and pass prts to filter in filer write condition
Cnt=1....den we can get required op
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kumarapillaietl@gmail.com
Create union tr , send all ports from two sources ,create sorter tr after union sort port asc in column no.
And send this ports into new exp tr here create 3 variable port one output port.
V_curr_no=id------>no.
V_count=iif(v_curr_no=v_pre_no,v_count+1,1)
V_pre_no=I'd
O_count=v_count
After done exp tr
Pass all ports from exp to filter
Condition like o_count=1
Get all non_match records .then pass into tgt .
Happy thank yoy
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by blocking transformation?
Please let me know how we can implement the below scenario. In a single mapping,more than 500 sources (legacy,VSAM,relational) will be loading into only one target. Whenever I retreive the data(any record) from target, i need to find the details that the record belongs to which source. Thanks in advance..
What are the connected or unconnected transforamations?
How do you recover rows from a failed session
WAT IS TEXT LOAD?
How to delete the data in the target table after loaded.
When i run workflow first session runs 4 times 5th time 2nd session must run? How can u do?
How can we trouble shoot the commas in a column of a comma delimited flat file in Informatica
Source table ------------- ID NAME --- ------ 101 PANKAJ NULL KUMAR NULL MATHUR 102 JYOTI NULL SAXENA 103 SACHIN NULL TENDULKAR TARGET TABLE ------------- ID NAME --- ------- 101 PANKAJ KUMAR MATHUR 102 JYOTI SAXENA 103 SACHIN TENDULKAR How to do the above scenario in Informatica.
what is tha tracesing level? and difference betweentrace in normal and verbose and nonverbose?
How can you differentiate between powercenter and power map?
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?