I'm trying to parse a csv file
I can parse it like this but I cannot get sum of all "Total"
it has 8 entries on this example but it can be 1 or 19 sometimes
can someone point me to the right direction
[{"id":"36ab5c4e.68d624","type":"inject","z":"bef2a8fc.1651e","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":340,"y":180,"wires":[["40d281a5.9a3838"]]},{"id":"40d281a5.9a3838","type":"http request","z":"bef2a8fc.1651e","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"https://raw.githubusercontent.com/umtksa/sturd/main/you.csv","tls":"","persist":false,"proxy":"","authType":"","x":530,"y":180,"wires":[["18c8f9e9.86a7d6"]]},{"id":"18c8f9e9.86a7d6","type":"csv","z":"bef2a8fc.1651e","name":"","sep":",","hdrin":true,"hdrout":"none","multi":"mult","ret":"\\n","temp":"","skip":"0","strings":true,"include_empty_strings":"","include_null_values":"","x":700,"y":180,"wires":[["cdd292c1.31729","308ab05e.88bc78"]]},{"id":"cdd292c1.31729","type":"function","z":"bef2a8fc.1651e","name":"tedd","func":"var value = sum(payload.Total);\nmsg.payload = value;\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":870,"y":180,"wires":[["998e46bf.b0182"]]},{"id":"308ab05e.88bc78","type":"debug","z":"bef2a8fc.1651e","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":890,"y":60,"wires":[]},{"id":"998e46bf.b0182","type":"debug","z":"bef2a8fc.1651e","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":1050,"y":180,"wires":[]}]