Explorer Browser in the Server

Hi Community,

I am trying to read some files from Knime server within an R-Snippet. As described before in the forum, I am using the Explorer Browser to get the absolute path.

Locally it works fine, as it outputs an ‘explorer_path’ variable with the absolute URL. When published on the server, the node outputs only ‘explorer_url’, which contains the ‘knime://knime.workflow’ in the url. This does not work in the R script, as it expects an absolute URL.

Am I doing something wrong in here, or is this a known issue?
The topic here explains the solution, but I guess this is only locally.

Thanks a lot in advance!

Regards,
Denis

Hi again,

FYI, I managed to solve it with the following flow:
image

All the files have been put into a folder inside the data folder of the workflow.

Regards

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.