I want load the data into target with out 1st and last record.

Answer Posted / sravanthi

In source qualifier Transformation we can write the
following query.....

select rownum,x.* from (select rownum rn,e.* from emp e ) x
where rn>1 and rn<(select count(*) from emp)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is exclusive and normal mode for repository services?

709


How to start a workflow using pmcmd command?

708


Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?

626


Explain sessions. Explain how batches are used to combine executions?

589


I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?

1459






is there any way to read the ms excel datas directly into informatica?like is there any possibilities to take excel file as target?

619


Explain about cumulative Sum or moving sum?

618


Differences between connected and unconnected lookup?

608


what are all the deliverables of ETL informatica power center project? what are all updated or created by etl developer as his everyday activities?

1769


What is dynamic cache?

610


How to create the source and target database connections in server manager?

622


How union transformation is used?

591


What are the main issues while working with flat files as source and as targets ?

647


How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.

1330


How can we use batches?

600