XML : How to add xml file data into ArangoDb?

  <InputParameters>      <Textbox>          <Text>ABCD</Text>          <Text>EFGH</Text>          <Text>HIJK</Text>      </Textbox>  </InputParameters>    

Suppose i have to add this xml file data into arangodb. How would one able to do so ?

No comments:

Post a Comment