DM Data Load Mapping: Import user-defined attributes
We would like to import metadata by Data Management, in this case Account dimension. When importing account with 2 UDA (user-defined attributes) separated by commas, groups both uda on the same line.
In Data Load Mapping in Data Management, for UDA dimension we have:
CASE
WHEN UD3 IS NULL THEN UD8
ELSE UD3||', '||UD8
END
What we need to do to separate by comma, when diferent UDA?
Thank you.
Tagged:
0