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.
"How to avoid RM generated meta info when exporting to text ?"
Hi there, I'm running a whole workflow within RM to crawl websites and create an XML document out of the details I need. All works fine apart from the export part. I'm using the 'write as text' option to store the result as an XML file, but RM adds on the first line some additional code as follows :
02.08.2015 19:45:39 Results of ResultWriter 'Write as Text (2)' [1]:
02.08.2015 19:45:39
<myXML>
....
</myXML>
Since this makes the XML invalid my question is twofold :
A: How can i avoid RM to add this data on my export, so I export only what I need (the <myXML>...</myXML> part) ?
B: Or, is there a better way to save my XML document rather than using the text option ?
I'm using RM 5.3
02.08.2015 19:45:39 Results of ResultWriter 'Write as Text (2)' [1]:
02.08.2015 19:45:39
<myXML>
....
</myXML>
Since this makes the XML invalid my question is twofold :
A: How can i avoid RM to add this data on my export, so I export only what I need (the <myXML>...</myXML> part) ?
B: Or, is there a better way to save my XML document rather than using the text option ?
I'm using RM 5.3
Tagged:
0