Page 1 of 1
xml2database
Posted: Tue Sep 08, 2015 12:52 pm
by link76
Hello,
what is the best way to import an XML file into the database?
thank you
Re: xml2database
Posted: Fri Sep 11, 2015 7:34 am
by William Jamieson
Hey there Link 76. I think people are skipping your thread because you are not specific in what you are asking. If you want my simple blunt answer it would be, put the xml data into a key, and create a record. Done. That is the answer based on your question, but I have a feeling that is not what you are asking. So what are you asking?
-Will
Re: xml2database
Posted: Tue Sep 15, 2015 11:11 am
by MaxV
XML is not a database.
XML are nested data
Database is tables of data.
So you can use the "revXMl..." functions to obtain an array, but how to transform in database depends on how you interpret the data.