I'm assisting students with rapidminer for First Robotics Competition (FRC). We have many binary hoot log files that must be converted to CSV before use in rapidminer. After the data is in CSV, we're trying to filter out data where a column is a certain value and only pick specific columns. We have to do this for 15+ logs.
So far we've created a main process to Open File → ReadCSV → Subprocess1
Subprocess1 will Filter out rows where RobotMode=Autonomous, then Select only specific attributes (Columns) in the next box.
After reading the csv, rapidminer throws an error on the subprocess about not being able to instantiate custom filters and that the column doesn't exist. The column does exist, so I'm wondering if rapidminer doesn't support this. It also seems very tedious to create a new open file box per file vs having a selection dialog.