Hi,
I am busy performing a load of Master Data in BPC 10.1 NW (Classic Model)
There are a number of nodes that are not assigned to a Parent in ECC (It's Cost Center in this case).
Is there a way that I can force them into an "unassigned parent node" in BPC (CC_UNASSIGNED, manually entered) via the Transformation File?
My current Transformation File looks like this: (it's pretty standard)
*OPTIONS
FORMAT = DELIMITED
HEADER = YES
DELIMITER = ,
AMOUNTDECIMALPOINT = .
SKIP = 1
SKIPIF =
VALIDATERECORDS=YES
CREDITPOSITIVE=YES
MAXREJECTCOUNT=
ROUNDAMOUNT=
SUPPRESSCHARACTER=
*MAPPING
NODENAME=NODENAME
HIER_NAME=HIER_NAME
PARENT=PARENT
ORDER=ORDER
*CONVERSION
HIER_NAME=BW_COST_CENTER_HIER_CONV.XLS!CONVERSION
NODENAME=BW_COST_CENTER_HIER_CONV.XLS!NODENAME
PARENT=BW_COST_CENTER_HIER_CONV.XLS!NODENAME
I am trying to work out what condition in the *MAPPING that might be triggered by an unassigned node. For example, PARENT being an empty string, or something like that. Any ideas?
Many thanks
Kind Regards
Nick