etl - How to use parameters using parameter file in Informatica Cloud? -


can 1 tell me how parameterization using file in informatica cloud?

i've created parameter , assigned in filter , configured parameter file under userparameters folder.. while executing mapping configuration task.. i'm facing below error:

te_7002 transformation stopped due fatal error in mapping. expression [salesamount=$$salesamt] contains following errors [<<pm parse error>> [=]: function cannot resolve operands of ambiguously mismatching types. ... salesamount=>>>>$$salesamt<<<<]. 

the content of parameter file is

    [global] $$salesamt=2500 

pls let me know, correct way use parameter file in informatica cloud, if above 1 wrong.

you not need global in informatica cloud par file.just mention parameter value in parameter file.

$$salesamt=2500


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -