Hi Everyone,
I am trying to load data from flat file to BPC.
My flat file looks like below.
ID | DATE | KF |
---|---|---|
EM_VN | 2014.01 | 7 |
EM_DT | 2014.01 | 7 |
EM_IM | 2014.01 | 8 |
I have three dimensions in BPC
EMP_ID, DATE, Entity and Signeddata.
Mapped b/w them like below.
EMP_ID=ID
DATE=DATE
Signeddata=KF
Per requirement if ID is EM_VN or EM_DT then it should load " IN" for Entity, other wise it should load as "US" as I don't have data in my file.
Pls help me on this.
Thanks,
Vishu