Data successfully imported ( 1 records ) -although there are many more to import
- Christian Brand
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
7 years 7 months ago #5470
by Christian Brand
Data successfully imported ( 1 records ) -although there are many more to import was created 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
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.
7 years 7 months ago #5471
by Daniel
Thanks
Daniel
Replied by Daniel on topic Data successfully imported ( 1 records ) -although there are many more to import
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>
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.
- Christian Brand
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
7 years 7 months ago #5472
by Christian Brand
Replied by Christian Brand on topic Data successfully imported ( 1 records ) -although there are many more to import
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
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.
7 years 7 months ago - 7 years 1 month ago #5475
by Daniel
Thanks
Daniel
Replied by Daniel on topic Data successfully imported ( 1 records ) -although there are many more to import
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.
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.
- Christian Brand
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
7 years 6 months ago #5482
by Christian Brand
Please Log in to join the conversation.
7 years 6 months ago #5484
by Daniel
Thanks
Daniel
Replied by Daniel on topic Data successfully imported ( 1 records ) -although there are many more to import
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.