We want to send data to a third party application. In our repository the attribute Market can be "US,CA", "CA", or "US". And same for our Brand attribute. It could be "Chevy", "Ford", or "Both"
So we could have a record like this:
PartNumber: 1234 Market: US,CA Brand: Both
In the application we are syndicating to that one record in our system would be broken down into four records:
PartNumber: 1234 Market: CA Brand: Ford
PartNumber: 1234 Market: CA Brand: Chevy
PartNumber: 1234 Market: US Brand: Ford
PartNumber: 1234 Market: US Brand: Chevy
How do we export in the format the other application needs converting our one record into four records? What would be the best way to do this?
Thank you
------------------------------
Joseph McHugh
MDM Solution Engineer
Volvo IT North America
NC
------------------------------