I am hesitant to post this because it feels like something obvious I a missing–searching in the forums, plus Google have not shown the results I want.
I have a workflow that does a JSON Path node execution, formats the return data, and displays the results via Table View node. Works great.
Ideally I would like to run this via command line and see the text results so I am not opening up the KNIME application each time I want to see the result. Executing the workflow via command line is successful. How do I write my text data into the output of the command line? Is there a Console logging feature I am missing or something else?
Thanks in advance!