The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Keeping some data in column separate from processed data
kjkellish24
Member Posts: 8 Learner III
I have an ID number associated with each row of text that is being processed. The ID number is in a separate column from the body of text. I need to reference this ID in another program through word search so I don't want it to change. Everytime I run my process and run it through write excel, I lose my unique ID number and it changed to the number row it is in. Any help would be greatly appreciated!
0
Best Answer
-
Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
You need to use Generate ID operator to create a permanent ID for your file. The other one you are seeing is just the row number that RapidMiner assigns internally and it is not persistent.
2