top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Informatica: Flat file heaving 100,000 records and I want to push 52,000 records to the target?

+1 vote
503 views
Informatica: Flat file heaving 100,000 records and I want to push 52,000 records to the target?
posted Aug 18, 2015 by Amit Sharma

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

The answer number 5 for relational database objects only.
if the source is flat file we don't generate any SQL query in the source qualifier.
then we are using the following way,
seqgen
|
sd-->sq-->expr-->filter--> td.
in the filter condition expression we take nextval<=52000.

answer Aug 19, 2015 by Manikandan J
...