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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

can qlikview do xml tansformation?

If say i have xml file which need to be flatten by using other application before load in to the qlikview, is it possible to do the transformation and then load the file by just using qlikview?

6 Replies
SergeyMak
Partner Ambassador
Partner Ambassador

yes

but the extent depends on the file structure

I think you could share file and explain the transformation requirements.

Than you will be able to get a clear answer

Regards,
Sergey
Not applicable
Author

This is the file i opened in xml notepad:

Capture.PNG.png

After i applied the xslt stylesheet, there only transform the "customfields"

Capture.PNG.png

sorry i dont know how to insert file i hope u can understand...

SergeyMak
Partner Ambassador
Partner Ambassador

Unfortunately I don't.

to upload the file you can in the answer window select "Use advanced editor"

and please explain what you need to change in this xml file. What is your requirements?

Regards,
Sergey
Not applicable
Author

SearchRequest was the xml file, output was the xml after flatten. usually, i have to use saxonica to complete transformation, however, i want to know that in qlikview, is there any way to transform xml and then load the file. i found a ELT qlikview connector, can use this to meet my requirement?

SergeyMak
Partner Ambassador
Partner Ambassador

in case of QLIKVIEW you shoul load the file and then do tansform.

So

I loaded file into qlikview. What you need to transform? What are the rules for transformation?

Regards,
Sergey
Not applicable
Author

u checked the output file i insert? That was the final xml file after transformation. I just flatten the data under "customfields" tag. But the others never changed.