Skip to main content
Question

Extract muliple values from elements in xml, nested in an attribute

  • September 25, 2020
  • 2 replies
  • 16 views

pzwaag_wf

I have downloaded a non spatial table called OpenbareRuimteLabel. In this 

table a column imgeo_openbare_ruimte_naam is included. In this column the name of the street, location of the label (in RD-coordinates) and the angle to be used for placement of the label is described.

It is no problem to extract the streetname (unique value), however the elements 'pos' (coordinates) and 'hoek' (angle in degrees) can have multiple values. 

 

Is there a possibility to create a row for each individual location (point) 

in a new table?

 

Many thanks in advance.

 

Kind regards,

Pim van der Zwaag.

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.

2 replies

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • September 25, 2020

The XMLFragmenter will create multiple features for each matched element


pzwaag_wf
  • Author
  • 9 replies
  • October 6, 2020

​thanks! that worked but raises another issue. but this should be solved relatively easy.