ID Problem
jmphillips
New Altair Community Member
hello, I hope you can help me, the problem is the following, I have a table in the database, which has a column with ID, when passing the data through the process that I attach (pic. 1), a new ID is generated (pic. 2), which is the one shown in the Similarity results (pic. 3), being that what I need is to keep the Id shown in (pic. 4).
Tagged:
0
Best Answer
-
Did you set the role of your original id from the excel file in RapidMiner as ID before you did the document processing?
If it dropped there (sometimes document processing can be finicky) then you should be able to get in back in simply by using Generate ID on that original set (which will give you a consecutive integer id just like you see in the 2nd output) and then bring back the original id using Join.5
Answers
-
hi @jmphillips maybe join the similarity result with the original and then use Set Role? Not sure this is what you're aiming for.0
-
Did you set the role of your original id from the excel file in RapidMiner as ID before you did the document processing?
If it dropped there (sometimes document processing can be finicky) then you should be able to get in back in simply by using Generate ID on that original set (which will give you a consecutive integer id just like you see in the 2nd output) and then bring back the original id using Join.5