I have customized the data load in WCS for an input xml.
Description: I have a catentry which has multiple attribute values for an attribute.
Question is how to insert multiple attribute values in to attrvalue table.
I have used the Replace data load Mode. When i'm performing the data load the attribute value is over written by the latest value provided in the xml to the ATTRVALUE table.
I'm unable to use the Insert Mode for this data load. Can some one help me with your ideas to resolve the issue. It is throwing Unique Key Constraint Exception when i ran the data load.