Hi Community,
Every month, we receive an email with below in the body
--- Content of xTable.csv below ---
To: some.one@a.domain.uk
Response Code,0 - 1 seconds,1 - 2 seconds,2 - 3 seconds,3 - 4 seconds,4 - 5 seconds,5 - 6 seconds,6 - 7 seconds,7 - 8 seconds,8 - 9 seconds,9 - 10 seconds,10+ seconds,Response Code Total
200/404,11070603,61,11,5,9,7,1,0,0,0,7,11070704.0
400,0,0,0,0,0,0,0,0,0,0,0,0.0
499,0,0,0,0,0,0,0,0,0,0,0,0.0
500,0,0,0,0,0,0,0,0,0,0,0,0.0
502,0,0,0,0,0,0,0,0,0,0,0,0.0
503,0,0,0,0,0,0,0,0,0,0,0,0.0
504,49,0,0,0,0,0,5,7,7,11,12,91.0
Other,0,0,0,0,0,0,0,0,0,0,0,0.0
Response Time Total,11070652,61,11,5,9,7,6,7,7,11,19,11070795
Is it possible for a flow (not Desktop) to trigger when email received to move data excluding the rows starting with --- Content of xTable.csv below --- & To: some.one@a.domain.uk so a table in excel is created like below

I've tried split(outputs('Compose'),',') but this returns an array so do I have to split by row initially and then split by ',' so the values are entered in the correct location.
Also, for info Automate in excel is also not available to us.
Advice and if possible visuals of possible solution would be appreciated.
Thanks