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...


HOW TO DELETE A RECORD FROM FLAT FILE

Answers were Sorted based on User's Feedback



HOW TO DELETE A RECORD FROM FLAT FILE..

Answer / santosh

1.If you have duplicate data then you can use sorter or aggregator transformation to remove duplicate.
2. If u want to delete record after 50 the row then u can use sequence genetor.
3. Write the result to a other flat file as target.
4. Use 'Post session success command' in component tab of session task to delete the old flat file and rename the target flat file to old flat file.

Please correct me if this is wrong
Thanks and regards
Santosh Kumar Sarangi

Is This Answer Correct ?    2 Yes 1 No

HOW TO DELETE A RECORD FROM FLAT FILE..

Answer / ankit kansal

Three ways to achieve the result..

1) Sorter Transformation (Distinct Oprtion)
2) Aggregator Transaformation (Group by ALL PORTS)
3) Rank Transformation (Group by ALL) and RNK=1


http://deepinopensource.blogspot.in/

Is This Answer Correct ?    0 Yes 1 No

HOW TO DELETE A RECORD FROM FLAT FILE..

Answer / subarna roy

We can write a query thru Sql transformation and delete specific records from flat file.

Is This Answer Correct ?    0 Yes 5 No

HOW TO DELETE A RECORD FROM FLAT FILE..

Answer / jvdwhinfo

Using Seq. generator we can delete the desired record from
flat file.

Please let me know if you have any suggestions.

Thanks,
James

Is This Answer Correct ?    2 Yes 9 No

HOW TO DELETE A RECORD FROM FLAT FILE..

Answer / gm

1.Why should we need to delete record from flat file?

Procedure:
We can Ignore record thru expression.
For Exp; Invalid Date, empty values some rows, etc..

Regards

Is This Answer Correct ?    0 Yes 7 No

HOW TO DELETE A RECORD FROM FLAT FILE..

Answer / davan

By using sorter t/r have the property like distinct
optation.and also aggregator t/r check group by all ports.

Is This Answer Correct ?    2 Yes 17 No

Post New Answer

More Informatica Interview Questions

3.how will u get information about bugs how will u rectify the bugs in realtime whch tool we are using to rectify the bugs

0 Answers   TCS,


i have flatfile source. i want to load the maximum salary of each deptno into target. what isthe mapping flow

3 Answers   Wipro,


Which kind of index is preferred in DWH?

2 Answers  


Explain the difference between mapping parameter and mapping variable?

0 Answers  


How can u stop a batch?

2 Answers  


How to create or implement slowly changing dimension (SCD) Type 2 Effective Date mapping in informatica/Flagging mapping in informatica/visioning mapping in informatica?

0 Answers   Informatica,


When to use normalization transformation other than cobol source?

2 Answers  


How do we call shell scripts from informatica?

0 Answers  


What are the challenges you have faced in your Project (DWH- ETL)? Explain with example?

0 Answers   TCS,


we have 20 records in source system, when we run for the 1st time, it should load only 10 records into the target, when you run for the second time it should load another 10 record which are not loaded. How do we do that? Can we write a SQL query in source qualifier to do it. This q' is asked in one f the interviews. Please let me know if anyone knows. Thanks

3 Answers   TCS,


Are there any types of Dynamic Caches in informatica

4 Answers   Accenture,


I have a flat file, want to reverse the contents of the flat file

0 Answers   Informatica,


Categories