Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2079

Re: How-to use Excel for the XML file input?

$
0
0

Hello Mohan Babu K J

 

You are trying to create a list in a list, like Items in a Sales Order.


Here you try to create BrandItem under ProductPlatform.

 

This is exactly what is impossible in Excel with the workaround used in XML file input and why it is necessary to have single level node instances of your object.

 

Thus, your object becomes brandItem, where for each brandItem you can store the productPlatform information.

 

Like the item and the header at the same level.

 

You first need to regenerate your custom BO in Cloud Studio with the right structure and generate the new XML. Your object would be in xml format like:

 

<brandItem>

     <ProductPlatformID>1</ProductPlatformID>

     <brandItemID>1</brandItemID>

<brandItem>

<brandItem>

     <ProductPlatformID>1</ProductPlatformID>

     <brandItemID>2</brandItemID>

<brandItem>

 

Just an example but this avoid to have a list in a list.

 

I hope this helps.

 

Best regards.

Jacques-Antoine


Viewing all articles
Browse latest Browse all 2079

Trending Articles