Hi,
I am loading master data in one of the dimensions of model from BW info object. I am coming across one issue with colon (:).
While loading from BW info object, I am getting many records with Colon (:). Ex
CC_T6H11O1:DE:NP
CC_T6H12O1:DE:NP
There are several as above.
From my side, I tried all possible alternatives to remove colon sign (:) and load in the dimension such as using java script: Replace, Split. I was not successful to get rid of this issue. It keeps throwing me error as below-
"Dimension Member CC_T6H11O1:DE:NP is an invalid member" //there are plenty of the errors like them.
Has anyone faced this issue, please share you solution or suggestion.
My aim is to load them after removing colon (:) and replace it with underscore (_).
Regards,