which configuration node(s) are you trying to configure over URL parameters?
Also are you sure the URL what you are trying to use is correctly formatted? (No ‘space’ character is in it, or the ‘file directory’ parameter value is formatted correctly? I guess you need the absolute knime:// protocol path, but only guessing.)
I am using string configuration nodes to pass file directory and file name over URL parameters. I also checked that there are no spaces in the URL and config parameter names.
In the workflow, we are trying to read files from ADLS2 and visualize data using scatter plot. I wanted to make file path and file name dynamic using URL parameters. I didnot understand your comment on where to use the absolute protocal path.
Please find the attached workflow on how we named parameters in string config nodes.
Hi Raj,
Have you tried using the Create File/Folder Variables node? It has an optional file system input port so you can easily create paths for a particular connection.
Kind regards,
Alexander