Skip to main content
  • 7,236 Posts
  • 26,609 Replies
7236 Posts
Parsing XML properties properly

Hello - part 2 of an XML thread.  I have a bunch of nodes in an XML document that look like this;<nodes>            <node>              <properties>                <property type="field_name">first_name</property>                <property type="field_data">Ben</property>              </properties>            </node>            <node>              <properties>                <property type="field_name">last_name</property>                <property type="field_data">Potts</property>              </properties>            </node></nodes>And I want to get those out as variables to use down the line in an FME workbench. At the moment I am relying on the order of them in a Test Filter (i.e. If @Value(_attr_name) = nodes.node{0}.properties.property{1} = fir

Badge Winners

  • English Speaker
    kahli_jacobshas earned the badge English Speaker
  • Welcome Back
    kahli_jacobshas earned the badge Welcome Back
  • Online Training
    kahli_jacobshas earned the badge Online Training
  • Integrate Data with the FME Platform Training
    jburnardhas earned the badge Integrate Data with the FME Platform Training
  • FME Certified Professional
    ninixinkhas earned the badge FME Certified Professional
Show all badges

Community Stats

32,429
Posts
123,234
Replies
40,552
Members