basic coding query

Soldato
Joined
18 Aug 2004
Posts
6,739
Location
The Toilet
Im looking to programme something that will automatically retrieve certain data from within a word document that is sent in a standard format daily, and then storing this data in a database.

Thats all I need help thinking about at the moment, the next phase of the programme will be to plot the coordinates(which are given in email) for each of the entries on a map, and then display a little point on the map which can be hovered over, bringing a popup box up which then displays other information which came with the coordinates, such as information, dates, times and its unique identifier.


Basically im flirting with the idea of making something that I can load the daily email we get at work with all the NOTAMs(notice to airmen) into, which then processes the individual ones and plots them automatically, replacing the need to replot them everyday, and having to sort through them manually for anything that is on aircraft flightpaths.
Other handy features will be that it can automatically flag up anything within certain areas, streamlining work for other flight planning tasks.

Anyway the question.. what would you as a programmer use to get the information from word into a database, and would there be something you would prefer to use to do the whole thing with, including the plotting and everything.

Im not that clued up on programming anymore, havnt done any since I finished uni last year, and didnt really touch it too much over 3rd and 2nd years seriously, but I learn fast and im willing to learn.
Not so much a deadly serious project, just something Iv flirted with doing as it will make life at work easier, and look great for me if I do it well, itll also give me something to do when im bored too.. even at work where they wont mind me sitting playing with it!
 
Me being silly didnt bother looking at what file format it was sent as, I would hope its not a .doc, if it was it wouldnt be too much of a pain to save it as a RTF or something.

The data is stored inside a table within the email, but its only got 3 columns or something, and generally everything is lumped into the main column bar the identifier and something else(which i cant remember)

What would you load it straight into a database with? Can access or something similar be set to do this automatically?
 
oh forgot to add, we get the file emailed but after that we do have full control over it, being able to edit it and what not.
 
Im fairly sure iv got access on my account, and ill upload one of the documents that I had received last week after iv checked theres nothing restricted on it.

Its MOD for the record, so I will be limited as to what I can get on the computer as far as applications and what not.

Theres some great replies but there seems to be people who are just worrying about getting the information into a database and leaving the rest for some other application to then process this into a database, and then theres others who are looking at doing the full thing and further suggesting things I could do the whole plotting etc with.

Some great help from everyone so far, thanks people :)
 
Back
Top Bottom