Page 1 of 1

Data Files in XML

Posted: Wed Oct 03, 2007 1:50 pm
by elenaran
I think this would be a fairly easy update for the dev team. If we had the data files in XML, it would be soooo much easier to analyze them with 3rd party software.

For example, I often want to look at various things in our shard's data files, like who has the highest of skill X or who has the most money (across all banks/containers). Right now the only way to do this is with some intensive perl regex. If we had the data files in XML this would be a thousand times easier to manipulate and analyze.

Posted: Wed Oct 03, 2007 1:52 pm
by Kay
I second this, it would be a lot better for those purposes, and also for backups, manually modifying data, synchronization with real database management systems (like mysql, sqlserver, posgresql, you name it), etc...

Would be awesome!

Posted: Wed Oct 03, 2007 1:55 pm
by MuadDib
There is a PHP config file script in the Distro SVN. This can be used to load datafiles also for being parsed in PHP easily. :)