Read more files from Sharepoint folder with looping

Hello Knimers,

Is there a similar way to read more files from a Sharepoint folder as in the next picture in case of local file system?

Thanks for the answers and support!

Roland

Hello @rolandnemeth,

if I got it right you can use the same (loop) approach for SharePoint files only not with File Reader node cause he is missing File System Connection input port. Instead you can try to use CSV Reader node. What kind of files are you reading from SharePoint?

Additionally if you are concatenating data from multiple files with same format maybe you can do it without loop using Files in folder option. Adding new File Handling documentation:

https://docs.knime.com/latest/analytics_platform_file_handling_guide/index.html

Edit: From v4.4 (Complex) File Reader is enhanced with File System Connection input port.

Br,
Ivan

3 Likes

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