Hello, I need to export the dude v6 as an XML file, like previus versions (3.6).
We have migrated from 3.6 to v6 recently, all is ok, but I can’t get the dude database as an xml file, we have external applications that use the XML as the master device database of our network.
Any suggestion ?
Regards,
RDA.-
Exported database is sqlite, you may use sqlite tools to create the XML export, like .e.g. sqlite-manager or SqliteStudio for once in a time operations.
To program an automatic conversion process, you may use sqlite to export database to CSV, then use either your own code to convert, or use a CSV to XML converter that suits you.
Thank you!, I’ll try.
Regards,
RDA.-