Problem with Loop Files
Hello everybody
I'm willing to write a process whose aim is reading all csv files from a directory and perform the very same operation on them.
I have this problem with the Loop Files operator and its subprocess.
The Loop operator looks like this
Loop [Filter: '*.csv', Directory: /home/riccardo/Workspace/unrealtournament3-dmtm2010/Training Data, File Name Macro: file_name File Path Macro: file_path etc] (the directory is made of two parts....could it be a problem? I also tried to rename it to Training_Data but hadn't got any success ... )
Inside it I have put a Read CSV operator where the File Name is set to %{file_path} (and another operator just for the sake of connecting the output somewhere).
The error I get is:
Cannot create example set meta data: Could not read file 'null': /home/riccardo/file_path (No such file or directory)..
Shouldn't RapidMiner set the value at runtime for each of the CSV file in that directory?
Why is this process broken??
(Please answer me asap as I need to finish this work by today, 23:59 UTC +01:00)
I'm willing to write a process whose aim is reading all csv files from a directory and perform the very same operation on them.
I have this problem with the Loop Files operator and its subprocess.
The Loop operator looks like this
Loop [Filter: '*.csv', Directory: /home/riccardo/Workspace/unrealtournament3-dmtm2010/Training Data, File Name Macro: file_name File Path Macro: file_path etc] (the directory is made of two parts....could it be a problem? I also tried to rename it to Training_Data but hadn't got any success ... )
Inside it I have put a Read CSV operator where the File Name is set to %{file_path} (and another operator just for the sake of connecting the output somewhere).
The error I get is:
Cannot create example set meta data: Could not read file 'null': /home/riccardo/file_path (No such file or directory)..
Shouldn't RapidMiner set the value at runtime for each of the CSV file in that directory?
Why is this process broken??
(Please answer me asap as I need to finish this work by today, 23:59 UTC +01:00)