How to load only the first and last record of a flat file into
the target?

Answer Posted / spandita

After SQ expre/aggregate without selecting group by option
then it displays default last record for displaying first
record there is first function enable this then it displays
1st record.....

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is lookup transformation?

605


Differentiate between a database and data warehouse?

656


How to start a workflow using pmcmd command?

715


How we can create indexes after completing the load process?

618


Under what condition selecting sorted input in aggregator may fail the session?

669






What is update strategy transform?

580


What is the status code in stored procedure transformation?

689


Can one use mapping parameter or variables created in one mapping into any other reusable transformation?

601


Enlist the various types of transformations.

562


What is an unconnected transformation?

669


What can we do to improve the performance of informatica aggregator transformation?

620


Explain constraint based loading in informatica

663


How do you update the records with or without using update strategy?

669


If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?

8568


Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks

6391