🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

How to cust string in Rapidminer

User: "sgnarkhede2016"
New Altair Community Member
Updated by Jocelyn
Hello,

I have string "ABC_HAPPY"  i want to cut "HAPPY" from given string 
"ABC_" is common always front string may changes.


how can i do this

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "David_A"
    New Altair Community Member
    Hi,

    the Generate Attributes operator has a function called cut() where you can specify the part of a string you want to cut away. In your case it would be cut([Column name of the string], 0, 3). As you see, the counting starts with index 0 for the first letter.

    Best,
    David