how will you remove the duplicate records from flat file
without using sorter?
Answer Posted / rkumar.etl
use aggregator transformation and group by all ports and
create one port for checking count...and pass the results
accordingly to target tables.
| Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
What are the designer tools for creating transformations?
what are all the deliverables of ETL informatica power center project? what are all updated or created by etl developer as his everyday activities?
What the difference is between a database, a data warehouse and a data mart?
What is fact table? Explain the different kinds of facts.
What do you understand by term role-playing dimension?
Why filter transformation is an active one?
What is transformation?
Can you generate sequence numbers without using the sequence generator transformation?
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
Mention a few design and development best practices for informatica?
Under what conditions selecting sorted input in aggregator will still not boost session performance?
Can you use flat files in Mapplets.
What are the advantages of informatica?
What does cheating measurement mean?
What are the components of workflow manager?