Community

XML grouping

Hi,

I am reading a multi line address in a form. I am able to read the content. In the exported xml, i need to be displayed in a multiple elements for each of the line. But it appears in a single element.

Example:
Address:
No. 3, RMZ Infinity - Tower E 3rd,
4th, and 5th Floors,
Old Madras Road, Bengaluru,
Karnataka 560016, India

Xml element after export appears as below in a single element.
No. 3, RMZ Infinity - Tower E 3rd, 4th, and 5th Floors, Old Madras Road, Bengaluru, Karnataka 560016, India


Need to display as

<1>No. 3, RMZ Infinity - Tower E 3rd, 1>
<2>4th, and 5th Floors,2>
<3>Old Madras Road, Bengaluru,3>
<4>Karnataka 560016, India4>



Thanks in advance.

Was this article helpful?

0 out of 0 found this helpful

Comments

1 comment

  • Avatar
    Permanently deleted user
    Hello,

    In order to create an XML with such structure you need to create a custom export script, standard export to XML doesn't support such customizations to output format.

    Regards,
    Tim




    0

Please sign in to leave a comment.