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 pass multiple key and value in filter example dynamically
sgnarkhede2016
Member Posts: 152 Contributor II
Hello ,
I have four column
Attr_1 Attr_2 Attr_3 Attr_4
name Sachin product Credit Card;Insurence
In above four column Attr_1 and Attr_3 are Key and Attr_2 and Attr_4 values of of these key.
I want to store that key and values in macro then pass to filter example operator.how can i do that
Thanks,
Sachin N
I have four column
Attr_1 Attr_2 Attr_3 Attr_4
name Sachin product Credit Card;Insurence
In above four column Attr_1 and Attr_3 are Key and Attr_2 and Attr_4 values of of these key.
I want to store that key and values in macro then pass to filter example operator.how can i do that
Thanks,
Sachin N
Tagged:
0
Answers
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
Problem is first case ,I have four column
Attr_1 Attr_2 Attr_3 Attr_4
name Sachin product Credit Card;Insurence
next iteration I have two column
Attr_1 Attr_2
name Sachin
if i used extract macro then first case it works but in second getting error Attr_3 and Attr_4 not present
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts