1
2
3
*
4
5
6
*
7
8
9

how to load records between two stars(*),

Answer Posted / krishna

Mapping
source - SQ -> Exp T/r -> Filter -> target

Exp t/r:
create 4 variable and 3 output ports.
v_curr,v_flag,o_filter,o_flag,v_count,v_prev,0_count

v_flag = iif(v_currnt = '*' OR v_prev = '*' or flag_v=1,
1,0)
v_count = iif(v_prev='*',count+1,count)
o_filter = iif(No!= '*',1,0)
o_flag = v_flag
0_count = v_count

filter t/r:
condition: o_flag=1 AND o_filter=1 AND 0_count!=2

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the different lookup methods used in informatica?

590


in reporting we add some new objects,how we get the count of the newly added objects to the report

1755


What are the guidelines to be followed while using union transformation?

643


tell me about your project functionality

1870


What is the scenario which compels informatica server to reject files?

608






How do you update the records with or without using update strategy?

666


Differences between connected and unconnected lookup?

610


On which transformations you created partitions in your project?

763


Informatica Server and Client are in different machines. You run a session from the server manager by specifying the source and target databases. It displays an error. You are confident that everything is correct. Then why it is displaying the error?

1513


What is data caches/ index caches?

617


What is the difference between writing a joiner query in ANSI style and THETA style?

1925


Define sessions in informatica etl?

619


What are the differences between a connected lookup and unconnected lookup?

654


scenario where i can use only concurrent execution of workflow.

2551


Which development components of informatica have the highest usage?

596