I have created my own Microsoft Access database for my personal use movie collection. How would I go about inputting a code so the program reads this site and in ports any information found?
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by bgidcomb
on September 26, 2013 at 6:06 PM
Or at least to a spread sheet....
Reply by Travis Bell
on September 26, 2013 at 6:24 PM
Hi bgidcomb,
You would have to have some programming experience that could use our API to import the data directly into Access or, convert it to a .CSV (or something similar) that could be read by Excel.
We don't have any automated way of doing anything like that right now.
Reply by bgidcomb
on September 26, 2013 at 6:34 PM
I admit that I am very limited on my programming knowledge. I just started learning all that while making this database. I know access will use the code if it is set up correctly. I just didnt know if anyone had already written a code that reads the movie title then updates the rest of the info.
Reply by bgidcomb
on September 27, 2013 at 4:48 PM
Is there at least a way to export the API to an xml file or anything?
Reply by bgidcomb
on October 4, 2013 at 4:40 PM
I have figured out how to get access to open the page I need to import the information. I can't seem to figure out how to change the "ID" portion of the url to reflect the saved movie id. The code seems to get stuck there with every variation I have tired. Any Ideas?
Reply by Travis Bell
on October 4, 2013 at 4:44 PM
Hi bgidcomb,
Not many, unfortunately. Can't say I've even ever opened Access before. I'm not much help.
Reply by bgidcomb
on October 4, 2013 at 4:45 PM
How would you change the id portion of the url in any other code?
Reply by bgidcomb
on October 4, 2013 at 4:49 PM
and now all I get is an Invalid api key
Reply by Travis Bell
on October 4, 2013 at 5:07 PM
Well, usually you'd have some kind of counter, and iterate over each number requesting the every time. In Ruby, assuming your range was 1 to 10 (just as an example) it would look something like this:
But I truly don't have a clue about Access.
Reply by bgidcomb
on October 4, 2013 at 5:22 PM
EURIKA!!! I GOT IT!! Just in case anyone wants to know... the code looks like this