This topic is locked
[SOLVED]

How how i can Generate a XML file with phprunner ?

9/16/2021 11:08:47 AM
PHPRunner General questions
J
Jan author

I am using phprunner enterprise 10.6
Our orders are listed in the "orders" table
How can I export every order from this table to an XML format ?

Thanks

F
Frank R 9/16/2021

Runner has Export functions for Word, Excel, CSV.

For exporting DB data to XML, you will have to write the code yourself and add it to an event.

Writing XML

Sergey Kornilov admin 9/16/2021

You will need to write the XML export code on your own. This code can be added to a custom button.

J
Jan author 9/16/2021

Thanks !