Automatised actions on a folder

Majda BOUGHANMI 1 Reputation point
2021-03-04T16:15:28.807+00:00

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

Microsoft 365 and Office Development Other
Community Center Not monitored
{count} votes

1 answer

Sort by: Most helpful
  1. Matt Allington 332 Reputation points MVP
    2021-03-09T09:33:23.267+00:00

    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/

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.