How to handle changing source file counts in a mapping?
Answer Posted / priyank
We can use an aggregator. Dont to group by on any of the
columns. Add one extra output port for Count. This port
will give the total count of the records in the source file.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the different lookup cache(s)?
What are session parameters ? How do you set them?
how to create user defined function (udf) in informatica
What does reusable transformation mean?
Can one use mapping parameter or variables created in one mapping into any other reusable transformation?
Why union transformation is an active transformation?
Explain in detail scd type 2 through mapping.
Why update strategy and union transformations are active? Explain with examples.
what is $$$$?
In development project what is the process to follow for an etl developer from day1
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
What is sq transformation?
How to differentiate between the active and passive transformations?
I want my deployment group to refer an external configuration file, while i deploy in the production environment. How can i achieve it.
what is diff b/t sorter t/r and agg have the option sorter property...