Forum Discussion
bojanvelevski
4 years agoValued Contributor
Hey @amubeen,
I think you’re on the right track here. I would go with Directory browser first, to get a list of files that you want to process, than a File Reader to actually read the files. The file reader will be called as many times as there is files in that directory.
In your case, I think it’s safe to keep everything on the same level. For other cases, where you need to store separate files, the way you are reading them, than you should use pipeline execute.
Let us know if you need more help,
Regards,
Bojan
amubeen
4 years agoNew Contributor II
Would I use a single file reader in that case or a multi file reader? Wasn’t sure about what the difference was