Hi all,
very fresh new user here

I'm looking to use Rapidminer to convert/translate data files provided to us by a variety of different suppliers into the format we need for our system.
Currently we're doing this manually each time using excel, but I would like to change to using stored procedures which can be run quickly to convert the data for us each time.
Could someone help me find the function I need for this specific job please?
an example:
We have some rows where the main 4 attributes that define the product are identical to other rows.
We need each row to be a unique combination of these attributes.
The reason for this is that the 'colour' attribute is not specific enough. So there are actually 4 distinct types of Black, but they all just have the colour attribute = 'Black'
So I need an operator with the following type of rule(s)
if 'colour' = 'Black'
lookup the value for that row in the 'name' column
if 'name' contains '%gloss%' then set 'colour' for that row = 'Gloss Black'
if 'name' contains '%matt%' then set 'colour' for that row = 'Matt Black'
I've had a search through the help but couldn't find an obvious answer, how do you recommend I do this?
thanks in advance,
James