I am new to KNIME.
I am trying to visualize the results of CSVWriter Node using D3.js. How do I open the html file in the default browser and pass the location of csv file written to it?
I know this is done using Selenium Nodes but how?
This will be a parameterized Metanode, so the location has to be arbitrary and needs to be passed to the browser.
Thanks in advance!