How to use recursive in concatenating CSV files in folders?
Hi, can someone help me modify this code? I am trying to concatenate csv files per folder. The user will have to select a folder and all the qualified csv folders will be concatenated and be saved according to the folder name. This method makes user pick one folder per script run. However, what I am trying to do now is to make the user pick the main folder then run the script and concatenate the ...