Skip to main content
Archived

Faster XML reading (bulk mode)

Related products:FME Form
  • June 30, 2020
  • 1 reply
  • 21 views

sigtill
Supporter
Forum|alt.badge.img+25

With huge XML files (regular and Landxml) it takes a lot of time to read. Possible to improve this by using bulk mode or something? Many xml formats, so many formats will benefit from this. Goal should be to be able to read a 50MB or 100MB) faster than 1min ?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

kennyo
Supporter
Forum|alt.badge.img+26
  • Supporter
  • June 30, 2020

Are you using the XML reader with FeaturePath or Xfmap? Might be that you just could specify FeatureCollection as the node to match, but then on the other hand you will get one big record with everything in it. I tried with a repeating structure that corresponds to the type of feature information I'm interested in and chose one specific element. This made th reading go faster for me at least...