You should look into power query for this task. This blog I wrote should give you some ideas. https://exceleratorbi.com.au/combine-csv-files-power-query/
Automatised actions on a folder
Hello everyone!
As written in the title, I would like to automatise some actions on new files that are added to a folder.
These files are automatically downloaded from a FTP in .csv format.
My goal is to tranform these .csv into .xlsx and to do a macro on them: mainly, gathering every value of column A and the adequate sum in column B. For instance, if I have:
Company Value
A 3
B 1
A 5
A 0
B 2
C 4
And I want to obtain:
Company Value
A 8
B 3
C 4
Is this possible to automatise this kind of actions please?
Maybe through microsoft flow and by locating these csv doc into the cloud? Or any other way, please?
Best regards,
Majda