Hello,
I have a Read CSV operator, and the data source is:
http://archive.ics.uci.edu/ml/machine-learning-databases/blood-transfusion/transfusion.dataOk, now i wanna use a Rename operator, to rename those attributes.. if you run the process you'll see that the 1st attribute, for example is Recency (months), then Frequency (times) and so on..
But i cannot use the rename attribute.. i cannot specify the old name, and to provide a new name. WHY? I need to rename because i wanna use a Write database operator, and the attribute names are the columns of the database table.
Some ideas?
Thanks