In my Informatica mapping, I need to do the following activities:
1.Creating 'A' volatile table
2.Inserting records into 'A' table, from 'B' normal table
3.Again I want to insert records into 'C' normal table using 'A' volatile table.
How can i do that.Any help is appreciated.