Forum Moderators: phranque
I receive form emails with customers order information, all the general information is there. I then open up MS WORD XP, and cut and paste parts of the email: the name, address here and here, phone there, what they ordered here, etc, etc into a nice orderform I made in MS WORD. then cut and paste that out to outlook express.. on to the shipping area it goes. Blah.
Is there any recommendations you can make that can automate this. ( Email - to - MS Word ) Some days I get hundred orders.. and their I am all night cutting and pasting. Only to go over everything again with a fine tooth comb to make sure no mistakes.
Thanks in advance,
Andrew
The only thing to watch will be that when you merge Word with your database, you have some way to identify "new" orders.
Not sure if you can parse directly into Word from OE - will think about that.
Also, OE may not be the best mail client to use for this purpose - Outlook may offer more options for parsing software.
Either way you have a fair bit of design/coding to do.
Actually, going through an intermediate database would require no coding and would be pretty simple to implement. :)
The data gets sent to the database automatically (you can even use a simple .csv file that never gets opened); Word opens and pulls the data from the list. All that's required will be to use a simple query in Word to make certain the merge in Word is only pulling new inquiries.
At least, that's how I would do it ;)
I have Office XP, Btw.
Part two is taking the parsed information and putting it where Word can use it - so that means an Access database, Excel spreadsheet, .txt or .csv file. You will find more options in parsing programs and scripts to go to a .csv or .txt file than Access or Excel. Word can read from any of them, but from a database point of view you might prefer Access or Excel. Your parsing program should place the data there automatically - no action required on your part in opening up the db, etc.
Part 3 will be taking the data out of your database and putting it in to Word. The simple addition of some mail merge fields to your current order form should handle that easily.
This should get you started. Good luck.
He would then FTP in and 1) rename the file then 2) download it so he could then take that ascii file to any program and process it as he needed for basically anything.
My website is colocated, so I am semi-limited on some functions. OR are the email parsers that you talk about is there a certain software company I should investigate?
I run XP PRO and Office XP at home if that helps.