Data successfully imported ( 1 records ) -although there are many more to import

More
7 years 7 months ago #5470 by Christian Brand
Hello there,
I try to import an external XML feed into a custom table in the Joomla! database. Although the XML feed contains more than hundered items, only the first item is imported. I did try several configurations of my custom profile, but always only the first item is imorted into the table. Has anybody an idea, where the restriction to only one item is from?
For your hints/answers I thank in advance.
Best regards,
Christian

Please Log in to join the conversation.

More
7 years 7 months ago #5471 by Daniel
Hello,
There is no restriction on the number of items to be imported. The items should be contained within a single tag e.g.

<items>
<item></item>
<item></item>

</items>

Thanks
Daniel

Please Log in to join the conversation.

More
7 years 7 months ago #5472 by Christian Brand
Hello Daniel,

well the term <items> (</items>) was missing: instead of this there had been <root> (</root>) at the beginning (end). I tried both:

<items>
<item></item>
<item></item>
(...)
</items>

and

<root>
<items>
<item></item>
<item></item>
(...)
</items>
</root>

Unfortunally in both cases still only one item hat been imported. Maybe you have another hint: I try that out then...

...best regards,
Christian

Please Log in to join the conversation.

More
7 years 7 months ago - 7 years 1 month ago #5475 by Daniel
Hello,
Is it displaying all the options contained within the item tag ( or whatever if you have in your XML file) to map with the database column on field mapping layout during import process? If not please try to choose different tags to let it load these fields.

Thanks
Daniel
Last edit: 7 years 1 month ago by Daniel.

Please Log in to join the conversation.

More
7 years 6 months ago #5482 by Christian Brand
Hello Daniel,
yes, as far, as I can see, I did everything in a right manner - at this point:

Any other idea - or did I do something wrong?
Best regards,
Christian

Please Log in to join the conversation.

More
7 years 6 months ago #5484 by Daniel
Please share your backend & FTP login credentials via Contact us form, We'll look into it.

Thanks
Daniel

Please Log in to join the conversation.

Cron Job Starts