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
Does Rapidminer support 'RSPLIT'?
Best Answer
-
Chaewon Member Posts: 2 Learner IThank you so much for your answer. Balazs. It works perfectly.
Happy new year.0
Answers
You can achieve this easily with a regular expression replacement.
In Generate Attributes, you can use such a function:
$1 refers to the first match, $2 to the second one. Regular expression matches are "greedy", so the first one consumes as much of the string as it can, until the dash, and puts the rest into the second match.
Here's an example process:
Regards,
Balázs