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

Router T/R is active but some people are saying it is also passive which is exactly right?

5 Answers  


Can you use flat files in Mapplets.

0 Answers  


how eliminate the duplicates in flat file with out using sorter ,aggregater

4 Answers   Wipro,


what is shared Cache. when we will use shared Cache?

4 Answers  


Enlist the differences between database and data warehouse.

0 Answers  


for ex: in source 10 records are there with column sal. use a filter transformation condition as Sal=TRUE and connect to target. what will happen.

11 Answers   Accenture,


How will you update the first four rows and insert next four rows in a mapping?

5 Answers   CTS,


how the server recognises , if the session fails after loading the 100 records in to the target

2 Answers   TCS,


What are junk dimensions?

0 Answers  


difference between informatica 8.1.1 and 8.6? And different betweeninformatica 7x and 8x?

1 Answers   HTC, TCS,


How can you generate reports in informatica?

0 Answers  


i have oracle table A and target B. i don't know how many records. i want get get last record in table A as first record in target table B. write a sql query?

7 Answers   IBM, TCS,


Categories