Alright, tyvm, I will have to sort it in excel then. My next problem is collect the data I need from each page. Sadly the stats I need are not in the main table, instead I need to click on each player name and on the "historia" tab and extract that table for each player. I cant figure out a way to get the next-page click to start after all the players on the page has been extracted and then start the process over for the new page. Any suggestions?
sitemap:
{"_id":"statistik","startUrl":["https://fantasy.allsvenskan.se/statistics"],"selectors":[{"id":"spelare","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"body","multiple":true,"delay":"1000","clickElementSelector":"div.Statistics__Name-sc-1iyfcjc-8","clickType":"clickOnce","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"historia","type":"SelectorElementClick","parentSelectors":["spelare"],"selector":"div.Dialog__Overlay-sc-1y0w57i-4","multiple":false,"delay":"500","clickElementSelector":"li:nth-of-type(2) a.Tab__Link-sc-1xkij2k-1","clickType":"clickOnce","discardInitialElements":"discard-when-click-element-exists","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"stats","type":"SelectorTable","parentSelectors":["historia"],"selector":".ElementDialog__ScrollTable-sc-112m54e-6.ism-overflow-scroll table","multiple":true,"columns":[{"header":"Omg.","name":"Omg","extract":true},{"header":"MOT","name":"MOT","extract":false},{"header":"PNG","name":"PNG","extract":true},{"header":"SM","name":"SPM","extract":true},{"header":"GM","name":"GMx","extract":false},{"header":"A","name":"Axx","extract":false},{"header":"HN","name":"HNx","extract":false},{"header":"IM","name":"IMx","extract":false},{"header":"RS","name":"RSx","extract":false},{"header":"MS","name":"MSx","extract":false},{"header":"GK","name":"GKx","extract":false},{"header":"RK","name":"RKx","extract":false},{"header":"R","name":"Rxx","extract":false},{"header":"S","name":"Sxx","extract":false},{"header":"OB","name":"OBx","extract":false},{"header":"DB","name":"DBx","extract":false},{"header":"I","name":"Ixx","extract":false},{"header":"N","name":"Nxx","extract":false},{"header":"SKC","name":"SKC","extract":false},{"header":"RBOB","name":"RBOB","extract":false},{"header":"B","name":"Bxx","extract":false},{"header":"NO","name":"NOx","extract":false},{"header":"VA","name":"VAx","extract":false},{"header":"kr","name":"krx","extract":false}],"delay":0,"tableDataRowSelector":"tbody tr","tableHeaderRowSelector":"thead tr"},{"id":"namn","type":"SelectorText","parentSelectors":["historia"],"selector":"div.DialogHeading__StyledDialogHeading-sc-2y5bxu-0","multiple":false,"regex":"","delay":0}]}