Data successfully imported ( 1 records ) -although there are many more to import
- Christian Brand
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
18 Feb 2018 13:02 #5512
by Christian Brand
Replied by Christian Brand on topic Data successfully imported ( 1 records ) -although there are many more to import
Please Log in to join the conversation.
- Daniel
- Offline
- Administrator
-
17 Feb 2018 11:53 #5510
by Daniel
Thanks
Daniel
Replied by Daniel on topic Data successfully imported ( 1 records ) -although there are many more to import
Hello,
Please check the screenshot in your previous message. You needed to choose Item tag before choosing Load Childs parameter.
Please check the screenshot in your previous message. You needed to choose Item tag before choosing Load Childs parameter.
Thanks
Daniel
Please Log in to join the conversation.
- Christian Brand
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
15 Feb 2018 09:22 #5492
by Christian Brand
Replied by Christian Brand on topic Data successfully imported ( 1 records ) -although there are many more to import
Hello,
at first: I saw, you did it - all items are imported. Thank you very much!
One question only: was it a bug, or did I do anything wrong?
Best regards,
Christian Brand
at first: I saw, you did it - all items are imported. Thank you very much!
One question only: was it a bug, or did I do anything wrong?
Best regards,
Christian Brand
Please Log in to join the conversation.
- Daniel
- Offline
- Administrator
-
14 Feb 2018 13:19 #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.
- Christian Brand
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
14 Feb 2018 12:34 #5482
by Christian Brand
Replied by Christian Brand on topic Data successfully imported ( 1 records ) -although there are many more to import
Please Log in to join the conversation.
- Daniel
- Offline
- Administrator
-
13 Feb 2018 06:54 - 19 Jul 2018 07:09 #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: 19 Jul 2018 07:09 by Daniel.
Please Log in to join the conversation.
- Christian Brand
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
12 Feb 2018 14:19 #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.
- Daniel
- Offline
- Administrator
-
12 Feb 2018 12:10 #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
12 Feb 2018 11:30 #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.