PC extract tabular data from xml

Umbrella

New member
Hi,

What (free) tool would you recommend to extract "columns" from 7DTD xmls ?

For instance, create a table where all blocks are listed in rows, and columns are names, durability, glue, sell price etc (obviously you need assume the xml data is consistent with that column schema).

Please don't tell me these sort of tables are manually created on the wiki :)

Thank you !

 
I would be interested in this information as well.

Between playing around with xml and testing in game I have tried looking up more about this topic but have not uncovered anything yet that is within my capacity to understand haha.

 
I currently use online converter from xml/json to csv. This gives a database-like table that can be "columnized" via excel. Still too many manual ops imo. I also saw that most SQLs can treat xml as regular database, but I did not try it yet.

 
Back
Top