Data Files in XML

Archive of the older Feature Request Forum Posts
Locked
elenaran
New User
Posts: 19
Joined: Wed Apr 12, 2006 5:42 pm

Data Files in XML

Post 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.
Kay
New User
Posts: 4
Joined: Thu Aug 30, 2007 12:43 am

Post 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!
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Post 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. :)
Locked