How to map data values to a catch all member if metadata target does not exist.
Source is JDE.
Target is a planning app.
FDMEE 11.1.2.4.210
We have a specific situation where we need to map any entities that are missing in our target metadata to a "No_Entity" member.
We have really simple 'Like' mapping setup as follows (no other mappings in play for the entity dimension):
Source Value Target Value
7* IGNORE
8* IGNORE
* BU_*
What we want is when the target BU_* does not exist in the planning app, we want to map the data to a 'No_Entity' member.
I tried adding an additional mapping:
Source Value Target Value
7* IGNORE
8* IGNORE
* BU_*
* No_Entity
To see if after it cannot find the target it would just map it to No_Entity.