Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


If one flat file contains n number of records., we have to
load the records in target from 51 to 100.. how to use
expressions in Informatica..?

Answers were Sorted based on User's Feedback



If one flat file contains n number of records., we have to load the records in target from 51 to 10..

Answer / reena

use sequence generator to get row no. for each record ,then
use filter giving the condition (row no.greater than 50 and
less than 100)

Is This Answer Correct ?    14 Yes 3 No

If one flat file contains n number of records., we have to load the records in target from 51 to 10..

Answer / chakri

Use count variable

Use Variable port

Expression transformation

(Count>50) and (count<100)

Please let me know any information

Is This Answer Correct ?    6 Yes 3 No

If one flat file contains n number of records., we have to load the records in target from 51 to 10..

Answer / gurava reddy

Source-SQ-SEQ-FILTER-TARGET

1.Connect the sequence genarater(NEXTVAL) to filter in filter

IIF(NEXTVAL>=50 and NEXTVAL>=100,TRUE, FALSE)

2. Then connect the ports to destination(Target)

Is This Answer Correct ?    2 Yes 0 No

If one flat file contains n number of records., we have to load the records in target from 51 to 10..

Answer / palani

Yes. For better performance filter the records using Unix's
Head,Tail commands. Pass the particular records to SQ and
Load.

Is This Answer Correct ?    0 Yes 0 No

If one flat file contains n number of records., we have to load the records in target from 51 to 10..

Answer / susanta

We can filter the records in UNIX itself, then we can use
that filterd file as a source to the mapping.

Is This Answer Correct ?    0 Yes 1 No

If one flat file contains n number of records., we have to load the records in target from 51 to 10..

Answer / sujana

i dont think count works in dis scenario...first answer works

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Informatica Interview Questions

why dimenstion tables are denormalized in nature ?

3 Answers  


lookup transformation with screenshots

0 Answers   TCS,


How do schedule a workflow in Informatica thrice in a day? Like run the workflow at 3am, 5am and 4pm?

3 Answers   Logica CMG,


.prm wirh repalce .txt is possible?

2 Answers  


Draw a workflow diagram for this situation. If s3 is true session s4 and s5 should concurreently Run.if any one s4 or s5 true it should run s1.If s1 sucess it should execute s2 otherwise exit.can any one give me suggestion.Thanks in advance.

2 Answers   TCS,


Briefly explain the aggregator transformation?

0 Answers  


How to Explain My project flow,In TCS ased me this question. In which way i can start my project flow and they asked how many fact tables and dimensional tables u used. Can any one Explain Briefly for this question and project architecture also.. please..

3 Answers   CTS, HCL, Infosys, TCS,


If session fails after loading 10000 records in the target,how can we load 10001 th record when we run the session in the nexttime?

8 Answers   HeadStrong, TCS,


suppose we will take flatfile target and load type is bulkload the session fails why please give me the answer

1 Answers   TCS,


What is the functionality of update strategy?

2 Answers  


Hello , I am unable to work with SQL transformation at least. Where do i need to give connection for sql transformaton ? At session level there is no property . I have created a SQL Transformation and chosen query mode. But do i need to pass connection information to it ? I don't know where do i need to write a query ? I have written a query in file and that file path i gave in the properties of SQL Transformation. But it is not working. Could any one of you please let know how can i work with SQL Transformation? Advance Thanks.

0 Answers   IBM,


how to find the 5th highest salary form each department using 1.SQL Query 2. Informatica power center designer?

4 Answers   CTC,


Categories