How to print an attribute value in console or logs
Karun
New Altair Community Member
Hi
I am new to rapid miner, I have made a flow, I wants to print an attribute in logs/console using Execute Script
I am new to rapid miner, I have made a flow, I wants to print an attribute in logs/console using Execute Script
Tagged:
0
Answers
-
Hi!
In Execute Script you can use this:System.out.println("My message")
There is also the operator "Print to console" if you want to do it in the process, not in a script.
Regards,
Balázs5