Hi all, 
I am new to RapidMiner and need some help. I am working on basket analysis and found this dataset 
http://www.sci.csueastbay.edu/~esuess/classes/Statistics_6620/Presentations/ml13/groceries.csv
but I struggle with data preparation. The attributes should be constructed from all possible item titles and each transaction should have either true or false in the right column. E.g I need to convert this:
| 1 | milk | pastry | 
| 2 | milk | sausage | 
Into this:
|  | milk | pastry | sausage | 
| 1 | TRUE | TRUE | FALSE | 
| 2 | TRUE | FALSE | TRUE | 
 
I will appreciate any help.
Regards
Rob