cancel
Showing results for 
Search instead for 
Did you mean: 

Generate XML with elements and attributes in BODS

Former Member
0 Kudos

Hi,

I would like to generate XML file with the attributes using BODS job.

Generated XML:

<NetAmount> 
  <Money> 
    <currency>USD</currency> 
    <Money>1000.00</Money>
  </Money> 
</NetAmount>

Expected XML:

<NetAmount>
  <Money currency="USD">1000.0000</Money>
</NetAmount>

Accepted Solutions (0)

Answers (0)