Hi All,
We are on PBCS and using data management to load data to application.I have a condition for one of the dimension (Customer) like
when we get NULL's for customer I have to IGNORE else i have to load so I am not sure how to specify this condition in data load mapping.
I know i can mention this condition if I want to ignore a specific record for example if customer_id is some number then i can use like mapping and mention IGNORE but how to match NULLS which re coming from source?
I can use SQL script but that works only when i wanted to map NULL's to specific member of application/dimension.
NOTE: IGNORE is not a member in the outline , I just want that record to be ignored.
Thanks in advance