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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How-To Fetch/parse XML fields from a MS SQL database

Hi,

I'm trying something and I don't know if it is possible.

I have a MS SQL database with only 1 table containing XML fields, which look like this

<Personnel>

          <Employee>

                    <Name>17fnle4mqwvoc</Name>

                    <ID>1</ID>

                    <Age>55</Age>

                    <Gender>Male</Gender>

          </Employee>

</Personnel>

I want to load these XML's from the database and parse them like normal XML.

Is this possible, and how?

Labels (1)
10 Replies
Not applicable
Author

Hi Garbiel,

Did you find the solution for this?I am also looking for something similar to this one.

If you do please help me .

Thanks