on ‎2017 Sep 18 6:58 PM
Hi,
May be I am missing something ...
I have configured package link exactly to Export the file and then import with Parenth1 = Fixed member
While exporting itself i have specified PARENTH1=*STR(FIXED_MEMBER) and i can actually see the file exported has all the parenth1 populated with Fixed_Member
However when i re import the same file I see Parenth1 column still empty.
I have tried csv and txt formats, Package link status shows success, tried running individual packages too they showed success but not updated the dimension. Pretty straight forward but still something missing.
My export transformation file:


Import Transformation file:


End result in Dimension:


I have tried exporting the file in .csv and .txt formats, both formats did not succeed.
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
It's not necessary to export PARENTH1
Export ID only and on import use:
ID=ID
PARENTH1=*IF(ID=*STR(TOTAL_BRAND) THEN *STR(); *STR(TOTAL_BRAND))
It will work!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I will share my coordinates please drop a missile on my head 😉
I was referring to this chain /CPMB/IMPORT_DESCRIPT instead of /CPMB/IMPORT_MASTER
I fixed it and works fine now
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 11 | |
| 9 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.