Store Looped values
Hello community
I am running a Loop Values operator and want to store the table that is created for each attribute with a different name (preferably the name of the given attribute)
how do i do this?
thanks a lot
chris
Best Answer
-
sgenzer Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Manager
hi @christian_feise welcome to the community. I have your process on my computer. So after a quick inspection I see that your Filter Examples operators do not have any parameters; you need to put something there.
As for merging the output (if that's indeed what you want), you just need to put either an Append operator (if all your data sets inside are exactly the same) or the Union Append building block (if they're not all exactly the same) after Loop Values. Then you can Store.
Scott
0
Answers
Hi Christian,
can you please post the process you are using? We will be able to help you if we know a bit more of what you are doing.
Cheers,
Sebastian
Hello, This is the code i am using. i retrieve a datasheet, filter for one attribute and then want to store every example set that is created in the Loop values operator.
thank you