Add download URL as new column

Hi All

I would like to add Sharepoint URL in imported data (to identify data from which folder).
Does anybody know how to manage this?
image

Thank you!

Hello @erisu,

what KNIME version are you using?

Whit new file handling framework there is no need to download data locally in order to read it into KNIME. So after source connection is created you can feed connection to Reader node if no loop is need or to List Files/Folder node followed by a loop. Read here more about it:
https://docs.knime.com/latest/analytics_platform_file_handling_guide/index.html#introduction

Also see here about possibility of adding path as a new column when reading data:

Br,
Ivan

2 Likes

Just to add,
a constant value column can also be used to write a path(flow variable) as a table column
br

2 Likes

Thank you .It worked !

1 Like

Great work @erisu
thanks for your feedback and marking the solution so other can find it later as well
br and take care

1 Like

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