Hi everyone,
I’m trying to iteratively read a set of .sdf
files from a folder using a modern KNIME workflow with:
List Files/Folders
Table Row to Variable Loop Start
This setup generates a path or URI flow variable for each file. However, the current SDF Reader node (as of KNIME 2025) no longer has an obvious field or dropdown in the Flow Variables tab to bind the input file path (e.g., filename
, url
, or path
) like older versions did.
I’ve seen this older post from 2012, but it doesn’t seem applicable to the updated node behavior.
My questions:
- How can I pass a file path or URI from a variable into the new SDF Reader node?
- Is there a workaround or a preferred modern alternative for iteratively reading SDF files using flow variables?
Thanks in advance!