File Download Widget - Unable to download/map a csv in WF location

Hi Team,

I had download a sample.csv file from databricks to knime location, Now I need to make the sample.csv file as downloadable to user in knime. Using File Download widget I had passed the path of the sample.csv as File Path Variable.

  1. WF

  1. In WebPortal UI, below is the detail message of the error

Any help in resolving issue in file download widget will be really helpful.

Hey @mathi,

you have to create a TempDir first, where you can write the csv.

br,
Sven

I used your method. But facing a problem. Downloaded file also contains temp path in it.
eg. for tempfolder/data.csv => tempfolder_data.csv.
How to change it to data.csv only

hello @harsh,

you can provide the name in the tempdir-node via variable.

br,
sven

3 Likes

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