Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
AxNoxy
Contributor III
Contributor III

Use (Select * From ) from an XML

Hi there everyone,

I´ve been doing some qliksense excercise and I get stucked in some kind of missing point.

Its possible to make a Select * from or something similar to get all the data from an XML?

Im having some issues with the next scenarios:

Example 1

XML1:

LOAD

Address,

Name,

Country,

Telephone

[lib://TestFile (myuser)/Type 2.txt]

Example 2

XML1:

LOAD

Address,

Name

[lib://TestFile (myuser)/Type 2.txt]

In this scenario we have less fields , but its impossible for me to know when all the fields will be part of the xml.It's possible to make something similiar to a SELECT * FROM ?

So much thanks in advance!

Labels (3)
1 Reply
dplr-rn
Partner - Master III
Partner - Master III

Load * is not available for xmls as far as i know