How do to count number of rows Excel files in multiple folder

Hi guys, a make this silly flow…

image

First I list all files/needs to catch the paths

Then I make a loop using chunk to read file by file with excel reader adding the path option to insert a column with the complete file name.

image

After that, using group by node, I could count the path column and add the first information to register the file name.

Result:

image

Thats it…

BR,

Denis

5 Likes