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

Load XML information by http protocol

Hi people,I 'm new in this forum and I have few experience with the  qlikview tool.

I have question about load information:

I need to connect a my ERP System  by http protocol. I have done to connect succesfully  and  the system retunned this xml (view below). Then, I need captured the fields and values that this are inside of the "tag".

rfc_capture_fields.png

I have tried System's ETL  but I don't find a solution, can you help me ??

Thanks a lot for advance  and I'm sorry for my english... 🙂

from Barcelona,

Miquel.

3 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You can process the returned XML with load from FIELD.

-Rob

Not applicable
Author

Hi Rob,

Thanks a lot, but my problem is this from returned XML:

...

<content name="P_LIFNR" ...>XXXvalueXXX</content>

...

With load from FIELD, this operation capture this data: field = name , value ='P_LIFNR

By example:

data_from_field.png

and I need this situation --> field = P_LIFNR and value XXXvalueXXX

How I can do with the load?

MIquel.

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Take a look at using the TextBetween() function and possible the subfield() function to parse the data out the way you want.

-Rob