Hello, I need to process 195 xls. files. Each file has the name of the week. I need to insert constant value column based on the name of the file. Need to this for each file and concatenate them.
I have got this list files:
as you can see each file has a name of week.
and I need to add column value with the name of the file (week) to the each row in each file and concatenate all 195 files
result like this:
of course one way is to put each file in Excel reader nod + Constant Value column for each 195 files and concatenate them afterwards but I can avoid this, hope some smart solution exist
Hello @Averin7777
If I understood correctly. You have the option in the ‘Excel Reader’ node >> ‘Advance Settings’ tab >> ‘Append path column’. Then, you will get the Path already posted on every row.
Hi @Averin7777
Forget about, I just build it on an open project, using an existent resource, as a sketch. The Excel reader can read ‘files in folder’ without the need of any intermediate node; as showed in the first capture.