Hi Roberto
i am just thinking of another solution to this like...
Instead of passing the load file to SSIS package, I would like to create a conversion file which populates materialuse commodity. i.e I will map material use commodity also to materialgmc id in flat file.
and then in conversion file, i will pass materialgmc id in external and in internal i would like retreive the MUC property of it. [as you said earlier].
But when i am trying to do, the transformation file is not validating.. with evpro formula.
----
*MAPPING
RPTCURRENCY=*COL(6)
TIME=*COL(5)
SIGNEDDATA=*COL(7)
ACCOUNT_STD=*STR(TransCost_OC)
CYCLE_PL=*STR(CC_W_MEDIAN)
DATASRC=*STR(INPUT)
GEOGRAPHY=*COL(2)
MATERIAL_GMC=*COL(1)
MATERIALUSECOMMODITY=*COL(1)
PRICETERM=*COL(3)
UOM=*COL(4)
*CONVERSION
MATERIALUSECOMMODITY=test_trans.xls
-------------------
conversion file
EXTERNAL INTERNAL
* js: EVPRO(,%external%,MUC_ID)
moreover, the evpro is not working in conversion file.
i tried like this also in ternal column like =evpro(,A2,MUC_ID).
even this not working.
can we use ev functions in conversion file? if so how.
please advise.
thanks in advance.
regards
Prasad