XML sorting lowers fps

I have a Web DAT connecting to an API that outputs XML formatted data. When I connect the Web DAT to an XML DAT, and sort what data I want it kills my FPS. The API does contain alot of data (11500 rows). Is there a more efficient way to fix this?

Hey @philrock,

I would recommend using a python xml parser like Elementtree for that task.
If you are not working on a commercial project, it might be worthwhile checking out the Experimental Builds of the 2019.30k branch and make use of the Web Client DAT which now comes with a Callback DAT attached that makes processing the data much easier.

Cheers
Markus

2 Likes

Awesome! That solved all my issues! Thx!