Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Regarding XML Load

Dear Friends,

I appreciate your time!

I am loading the below xml file into QlikView, but after loading the file into QlikView it is giving an attribute and value as a result. I used a generic load from the result to extract the data but the fields were not associated with one another.

Kindly let me know your suggestions.

<?xml version="1.0" encoding="UTF-8" ?>

- <methodResponse>

- <params>

- <param>

- <value>

- <array>

- <data>

- <value>

- <struct>

- <member>

<name>Email</name>

<value>abc@xx.com</value>

</member>

- <member>

<name>FirstName</name>

<value>Scott</value>

</member>

- <member>

<name>Id</name>

- <value>

<i4>7</i4>

</value>

</member>

- <member>

<name>LastName</name>

<value>Hasty</value>

</member>

</struct>

</value>

</data>

</array>

</value>

</param>

</params>

</methodResponse>



1 Reply
Not applicable
Author

Hello Friends,

Kindly let me know your suggestion if you have worked like similar.

Kind Regards,

Kiru