🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Hello everyone! I have just recently started working with Rapidminer and would like to use loops to

ramyUser: "ramy"
New Altair Community Member
Updated by Jocelyn
Hello everyone! I have just recently started working with Rapidminer and would like to use loops to preprocess a folder of text files and output the processed files to another folder. But with the operator Write Document I get this error message: Expected Document but received IOObjectCollection. I would be very grateful if someone could take a look at it!

Kind regards,
Ramy

Find more posts tagged with

Sort by:
1 - 1 of 11
    Hi,
    so you got not one Document, but many documents. If you want to write all of them into different files you would need to use a Loop Collection and then write the documents induvidually.

    If you want to write one big document,you can use Combine Documents to merge them into one and then use Write Document.

    Best,
    Martin