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?
Answer Posted / shri
The data flow will be
SQ -> aggr T/R -> filter ->target
In aggr T/R define a new port(let X) and find the count of the total records using count(column Name)
In filter write the condition like
IIF((date=sysdate) and (x=y),1,0)
where y=last record port name
If im wrong,let me know the right answer els give a reason lik y its wrong. hope some one replies
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How is union transformation utilized?
Is it possible to create multiple domains on a single Informatica server?
Hi, There is a session in my workflow which is running for a long time, atlast we found the cause is the missing index. My session is running via a stored procedure. Can I create an Index on the table which the stored procedure is using while my session is running? Please suggest. My Informatica version is PC 8.0.6 My Oracle APPS is 11.5.3. Thanks,
Write the unconnected lookup syntax?
permutations of mapplet
What is meant by LDAP users?
Can you generate sequence numbers without using the sequence generator transformation?
What is meant by pre and post session shell command?
How we can use union transformation?
without table how to come first record only in oracle?
What could be the possible resons of locks by user?
What are the measure objects?
What are the new features of informatica 9.x in developer level?
Explain how many types of dimensions are available in informatica?
Write the advantages of partitioning a session?