I ask this because I've hugely improved my
. This handy app allows you to define some fields and a structure and then simply drag/drop a config file into the app and it will convert a MySQLTable into any structure that you could think of.I've still got things to add to it as time goes, such as data types: Date/Time and Conversion types like: INI -> binary binary -> ini/MySQLTable
An example of its current power is I overloaded my "cq_goods" (table that defines what items are for sale and where in EO) with a fraction over 101k items (100k of which were Mall entries (452 bytes each in a file))
This converts from the table in 9 seconds, about 5 of which is spent executing the query for the mall to obtain all the information for the 100k+ items.
I just need an abundance of different structures to test it's uses out
I'm pretty certain there won't be a single (unencrypted/uncompressed) data structure it won't be able to convert to.






