aldipalo Posted September 1, 2006 Posted September 1, 2006 Is there a way to parse data from MSWord into an FM database? I get several Curriculum Vitae in everyday and currently I have to cut and paste all the data into my application. Most of the CV's come in via email in a word doc. Some pdf. I would like to be able to parse the Name/address/phone/email data into their respective fields as well as store the content in another text field. Any ideas, suggestions, plugins, whatever? Thanks for your help. Al
Wim Decorte Posted September 1, 2006 Posted September 1, 2006 Using VBscript you can get the pure text content of the word document into a FM field. That would give you the ability to do the text parsing in FM. Unfortunately FM doesn't have regular expressions for that. VBscript does though so if you're more comfortable with that, you can do all the parsing in your VBscript code and then just bring in the results into FM. Check out the "Windows automation" forum for more info on using VBscript from FM.
aldipalo Posted September 1, 2006 Author Posted September 1, 2006 Can you give me the proper link? I tried to Google it and didn't find what I expected. The listings were more for windows scripting software than a forum for windows automation. Thanks for your help. Al
Wim Decorte Posted September 2, 2006 Posted September 2, 2006 http://fmforums.com/forum/showforum.php?fid/38/
Recommended Posts
This topic is 6659 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now