Problem to import a xml data
- Daniel
-
- Offline
- Administrator
-
Hello,
It seems the problem is with the colon ( ratio sign ) in the tag names in your XML file, If you could get these replaced with some other character then It would work. Please try and if it still doesn't work, Please share your Backend & FTP login credentials via Contact us, We'll look into it.
Thanks
Daniel
Please Log in or Create an account to join the conversation.
- Daniel
-
- Offline
- Administrator
-
Hello,
Thanks for sharing the files, We'll look into it and update you soon.
Thanks
Daniel
Please Log in or Create an account to join the conversation.
- Alisson Jose Da Costa Guedes
-
Topic Author
- Offline
- Fresh Boarder
-
- Posts: 1
Hello Guys,
i am facing trouble to read and load xml data from a file to import using vData.
Whem i use a simple data like that:
<catalog>
<book id="bk101">
<author>Gambardella, Matthew</author>
<t-itle>XML Developer's Guide</title>
<genre>Computer</genre>
<price>44.95</price>
<publish_date>2000-10-01</publish_date>
<description>An in-depth look at creating applications with XML.</description>
</book>
</catalog>
Works like a charm but whem i use attached files it's doesn't work. Someone can help me?
I think there is a complexity problem.
Tks in advanced.
Please Log in or Create an account to join the conversation.