Logging of operator Process Documents from files
Hi,
I'm text mining roundabout 400 documents. Sometimes the process stops with an error (encryption error for instance). But I don't know at which files. I would like to adjust settings and read the logs at which file(s) the operator stops. How can I configure the logging for this purpose? Thanks all.
Richard van Dijk
Find more posts tagged with
Sort by:
1 - 5 of
51
You can use an exception log. Check out this tutorial here: http://docs.rapidminer.com/studio/operators/utility/process_control/exceptions/handle_exception.html
I think you can put a LOG operator inside the Process Documents from File operator. In theory from there you might be able to use a macro that extracts the file name of the document. I don't remember if RM has a hidden macro like %{file} or something that you can extract. Maybe @mschmitz knows.