how can u avoid duplicate rows in flat file?

Answer Posted / sunil

In a sorter transformation select distinct option to avoid
duplicates in a flat file

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What you know about transaction control transformation?

646


how many types of dimensions are available in informatica?

647


Explain what are the different types of transformation available in informatica. And what are the mostly used ones among them?

715


Explain sql transformation in script mode examples in informatica

686


Explain the shared cache and re-cache?

705






Whats the difference between informatica powercenter server, repositoryserver and repository?

796


Lookup transformation, one condition is having SQL override (Empno < 10) and the other condition is Lookup (Sal>1000), which is dynamic. How will u resolve this situation?

2502


Design a mapping to load a target table with the following values from the above source?

978


if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.

1879


which one is better performance wise joiner or look up

727


1)you have multiple source system where u receive files ,how do you actually load into mapping using transformation,what are the transformation you use? 2)you have files in ftp location ,how do you get it into mapping with you ETL concept?

1772


How to create or import flat file definition in to the warehouse designer?

720


Briefly define a session task?

678


How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?

789


CANNOT USE PARAMETER FILE! Hi all, I am trying to use parameter file for my workflow. This could help me to filter records where CITY = 'Portland' Following is what I have done: **in Designer - create new parameter : $$PARA_FIL, Parameter, String, IsExprVar=TRUE, Initial value = [empty] - Source Qualifier/ Properties/Source Filter: CUSTOMERS.CITY='$$PARA_FIL' **Create Parameter file: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt $$PARA_FIL='Portland' **Configure workflow to use the parameter file: Edit Workflow/Properties/Parameter Filename: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt I also configured directory of parameter file for session task. However, I just got this in the session log: [SQ_CUSTOMERS] SQL Query [SELECT CUSTOMERS.CUSTOMER_ID FROM CUSTOMERS WHERE CUSTOMERS.CITY='$$PARA_FIL'] No record has been loaded to target. It seems that the parameter file has not been read. I cannot understand the reason why. Could any of you kindly suggest me anything? Thanks

8122