Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Selecting Nodes in XML

UrselinhoUrselinho Member Posts: 10 Contributor II
edited November 2018 in Help
Hi there,
and another thing.

Situation: I Do have one XML-File containing informations to certain articles.

The basic structure of the document goes like this:

<file>
    <product>
        <price>1</price>
        <description>blablabla<description>
    </product>
    <product>
        <price>2</price>
        <description>blublbulblb<description>
    </product>
<file>
What I want to Do now is to retrieve the content of each description-tag as a single "row" for doing some text processing afterwards.

How Can I do this?

I already tried the "Read XML" Operator. This one just works fine, but as it produces "only" Output I don't know how to use this output for my further text processing.

When using the "Process Documents from files" and X-Path Rapid Miner only retrieves the first occurence of "Description".

I would appreciate any help.

Many thanks in advance.

Kind Regards,
Urs
Sign In or Register to comment.