I am using the FIle Reader on Knime Server, and have been running into issues trying to read in a file being passed through a variable.
Here’s that portion of the workflow:
If I manually select the file, it reads in without any problem:
However, if I try to use a variable which is being passed from an earlier node it doesn’t find the file:
I have played around with various settings to try to get the path to read, but nothing seems to have worked.
Any help would be appreciated.