This topic is locked

XML Files

5/6/2009 11:31:24 AM
PHPRunner General questions
S
swanside author

Within our database, we have a table called Job_Sheets. This is empty at the moment, but we are looking at using some software, that, will produce a XML file that holds information that needs to be put into the table called Job_Sheets.
I can see we can import CSV files, but is there a way to import XML files?
Thanks

Paul.

Sergey Kornilov admin 5/6/2009

PHPRunner is not able to import XML data.
People say Navicat can do that:

http://www.stardeveloper.com/articles/disp...1901&page=1

S
swanside author 5/6/2009

Thanks,
I will try to get it the data into a CSV format, hopefully I can just import the file into the table then
Cheers