Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
GCMD
Contributor
Contributor

XML JSON Mongodb

Hi

We are receiving following xml file , we would like to convert it into json and store in mongodb , what would be the best approach?

<data>

<subject>This is test</subject>

<states>

<state>CT</state>

<state>NY</state>

<state>NJ</state>

</states>

 <categories>

      <category>1</category>

      <category>2</category>

      <category>3/category>

   </categories>

</data>

Labels (4)
0 Replies