CSV files from subfolders to xlsx sheets

I created a workflow that demonstrates how such a job could be done. I use two loops. The first one lists all the folders from the import folder, the second one iterates thru all the CSV files found there.

The names of the folders and files are extracted and used to name the resulting Excel files. Maybe you could modify that to your needs.

image

kn_example_csv_to_excel.knar (229.3 KB)

3 Likes