Reading multiple file

Hi, I am a new user of KNIME. I want to know that is it possible to make a work flow which can open multiple files in a loop and flag them on the basis of specific information?

Hi @Tushar_07 -

This workflow might give you an idea of how to proceed with respect to the looping - at least, for files of the same general structure:

https://hub.knime.com/knime/workflows/Examples/06_Control_Structures/04_Loops/02_Example_for_Reading_a_List_of_Files*UPm1nNWmew1uu2L0

It sounds like you would need some additional logic to flag files between the File Reader and Loop end nodes, though.