Hi,
I'm a software developer and would like to suggest an obvious (to me) solution to import export.
Just implement a simple XML import export facility for the database. This is common for most
database apps; I'm curious why this hasn't been done?
Sure a lot simpler than uploading to a server, downloading, and mapping. It would also give SW junkies
the ability to massage data externally.
XML import/export
- FTMSupport
- Site Admin
- Posts: 13193
- Joined: Sat Mar 28, 2009 7:25 pm
Re: XML import/export
Users with the optional Team Website have access to the API:
http://api.iscorecentral.com/teamwebsiteapi.html
http://api.iscorecentral.com/teamwebsiteapi.html
Check out the new iScore Baseball documentation page!
Includes videos and user manual.
http://iscoresports.com/baseball/training.php#docs
Includes videos and user manual.
http://iscoresports.com/baseball/training.php#docs
Re: XML import/export
Thanks, it would be nice as a "local" feature. ie, from/to the local filesystem.
Also, I didn't see any stats on the pitch location. Since we're able to input them, they must be somewhere.
Can I get at them somehow?
Thanks again,
Also, I didn't see any stats on the pitch location. Since we're able to input them, they must be somewhere.
Can I get at them somehow?
Thanks again,
- FTMSupport
- Site Admin
- Posts: 13193
- Joined: Sat Mar 28, 2009 7:25 pm
Re: XML import/export
Here are some threads in the forum with more information on getting pitch details:
viewtopic.php?f=4&t=5971&p=26771&hilit= ... ail#p26771" onclick="window.open(this.href);return false;
viewtopic.php?f=14&t=6245&p=29008&hilit ... ail#p29008" onclick="window.open(this.href);return false;
viewtopic.php?f=4&t=5971&p=26771&hilit= ... ail#p26771" onclick="window.open(this.href);return false;
viewtopic.php?f=14&t=6245&p=29008&hilit ... ail#p29008" onclick="window.open(this.href);return false;
Check out the new iScore Baseball documentation page!
Includes videos and user manual.
http://iscoresports.com/baseball/training.php#docs
Includes videos and user manual.
http://iscoresports.com/baseball/training.php#docs
Re: XML import/export
As you can see by the second link especially... it takes some technical savy, (above my head).
but if you understand it, the API and SQL, looks do able..
but if you understand it, the API and SQL, looks do able..
-
Jasperbhouse
- Posts: 46
- Joined: Mon Aug 30, 2010 4:49 am
Re: XML import/export
I agree with OhioTex, using the gamedetail api it is certainly do able. I use it to fill a MySQL table on which I query to get some advanced stats. You should be able to do almost everything that EdgeHQ and TruMedia do and even more for zero extra costs.OhioTex wrote:As you can see by the second link especially... it takes some technical savy, (above my head).
but if you understand it, the API and SQL, looks do able..
