You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I dump the SimpleXMLIterator $this->iterableResult I can see '@attributes' but I can't access them, and in fact even if I could that would only be some attributes on my first xml tag, but it wouldn't return the list of the xml fields .
thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use the importer with a XML file, but I get the following error :
so the issue seems to be there : https://github.com/mathielen/import-engine/blob/master/src/Mathielen/DataImport/Reader/XmlReader.php#L36 (notice the
TODO
label :) ), but I can't figure out why it doesn't work.When I dump the SimpleXMLIterator
$this->iterableResult
I can see '@attributes' but I can't access them, and in fact even if I could that would only be some attributes on my first xml tag, but it wouldn't return the list of the xml fields .thanks
The text was updated successfully, but these errors were encountered: