Import simple XML with Rest

Hello! I’m having trouble importing an XML file with EazyBI’s Rest API.
I have placed a simple XML file on a Confluence page and used the link adress as the Rest path.
Authentication seems to work fine but the columns preview doesn’t show any values.

My testfile.xml looks like this:

<root>
	<test>
		<name>1</name>
		<value>2</value>
	</test>
	<test>
		<name>3</name>
		<value>4</value>
	</test>
</root>

and I’m using the following xpath:
/root/test/*

The input:


And the result:

Hi,

Your configuration is very close.
The data path should point to the data array, so, in your case, it should be:

Kindly,
Janis, eazyBI support