Hi Experts , Can you please help me regarding the below
question How to remove first three rows and last three rows
in informatica.. thanks and regards Natraj

Answer Posted / rampriya

To skip first n of lines,

If source is DB, then use
select * from emp_details where rownum>3

If the source is flat file, then set Number of Initial lines
to skip=3 in session level property

Is This Answer Correct ?    3 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the restrictions of union transformation?

776


Please tell me which institute is the best to study Informatica and asp.net in chennai Also please send me the latest interview questions in asp.net,c# and sql server to my id ramtryin@gmail.com

1808


What is an Integration service in Informatica?

893


If i have source as flat file. how can i store the header and trilor into one target and data into one more target. |------>target1(header+trailor) source------ |------>target2(data) can any one please help me

1746


generate date / time dimension in informatica

882


Define the various join types of joiner transformation?

761


Explain Dataware house architecture .how data flow from intial to end?

2322


What is a pre-defined event and user-defined event?

760


hi friends .i designed mapping in windows but i want to run mapping in linux.should i install the server components in linux?

1728


difference between informatica 8.1.1 and 8.6

3443


What is an active transformation?

840


Explain lookup transformation in informatica

823


What is data caches/ index caches?

798


Define update strategy?

818


what is the size of u r source(like file or table)?

2007