I am creating a football player search system and would like to implement a live stats into my database. I have received permission from opta sport to user their data for my project.
the data I would like to extract on a weekly basis is here :
and looks as so:
R| Name | ..........Apps| Mins| Goals| Assists |Yel| Red| SpG| PS%| AerialsWon| MotM
1| Eden Hazard | ...32 | 2841| .....13| ..........8| 2| ....... -| .2.1 | 86.9| 0.4 ..............| 9
please ignore the '....' they are just in place to keep the information look how it should in here.
My problems are:
Issue 1: I do not have access to the sites database.
Issue 2: I do not know how to extract the data directly into my sql server.
Any assistance will be greatly appreciated .