"write as text without rapidminer meta data."
Not sure how to describe it best, but I am generating a JSON file and all works fine up untill I want to export it. I chose the export to file module but it writes on top of the content some metadata as :
08.06.2016 17:13:31 Results of ResultWriter 'Write as Text (2)' [9]:
08.06.2016 17:13:31
it is not a big issue to remove this manually, but it means I cannot use it directly in a workflow this way. Removing this info makes the file proper JSON, so apart from that all works fine.
This is rather annoying, as I would expect the text file to contain only what I export, so how can I avoid RM adds it's own metadata on top, or are there other export options that just store content as is ?