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 cut a string or digit from right side
Hello,
I tried in differnt ways to cut a a string or digit from right side but i m unable to get.
For example I have a column A. I need five digits like column B. Please help me out
A | B |
220170002 | 70002 |
857203 | 57203 |
88986401 | 86401 |
96600 | 96600 |
0
Answers
Hi,
doesn't the suffix function in Generate Attributes do the job?
~Martin
Dortmund, Germany
Exactly as @mschmitz said above, but you might need to convert your integer on the left column into a nominal value first using str() or one of the RapidMiner operators.
Here is a sample process.