Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 17, 2010 08:17 AM by Shengqing Yang - MSFT
0 Points
3 Posts
Dec 14, 2010 11:03 AM|LINK
is there a way to extract these details from a word document????
because there are many resume formats,finding the name itself would be a huge problem.....
so any ideas,
please help............
Star
11228 Points
1792 Posts
Dec 14, 2010 12:24 PM|LINK
Hi,
this links may helps you
http://forums.asp.net/p/1388066/2956890.aspx
Thanks,
Dec 14, 2010 02:36 PM|LINK
forget ms word....
i can get data from ms word as plain text.....
my problem is that i have to extract information like name , address , qualification etc from this text
so any ideas.....
Member
35 Points
24 Posts
Dec 14, 2010 02:47 PM|LINK
Since Candidates uses different Resume format we cant depant on single program, unless you use a common
resume format
All-Star
45968 Points
2997 Posts
Dec 17, 2010 08:17 AM|LINK
Based on my understanding, you can already get the data from the resume.doc file and now, you need to fetch the specific information, like name, phone number and address from the data.
If so, I would like to suggest you using Regular Expression. For a quick start on Regular Expression, please refer to http://msdn.microsoft.com/en-us/library/2k3te2cs(v=VS.100).aspx. When you familiar with the Regular Expression, you can use it to match your data from a long text. Please goto this KB for more information about this: http://support.microsoft.com/kb/308252.
Best Regards, Shengqing Yang
richards9999...
0 Points
3 Posts
extract details like name , ph no from resume(ms word)
Dec 14, 2010 11:03 AM|LINK
is there a way to extract these details from a word document????
because there are many resume formats,finding the name itself would be a huge problem.....
so any ideas,
please help............
srinivaskotr...
Star
11228 Points
1792 Posts
Re: extract details like name , ph no from resume(ms word)
Dec 14, 2010 12:24 PM|LINK
Hi,
this links may helps you
http://forums.asp.net/p/1388066/2956890.aspx
Thanks,
Srinivas Kotra.
richards9999...
0 Points
3 Posts
Re: extract details like name , ph no from resume(ms word)
Dec 14, 2010 02:36 PM|LINK
forget ms word....
i can get data from ms word as plain text.....
my problem is that i have to extract information like name , address , qualification etc from this text
so any ideas.....
Maddy.mc
Member
35 Points
24 Posts
Re: extract details like name , ph no from resume(ms word)
Dec 14, 2010 02:47 PM|LINK
Since Candidates uses different Resume format we cant depant on single program, unless you use a common
resume format
Shengqing Ya...
All-Star
45968 Points
2997 Posts
Re: extract details like name , ph no from resume(ms word)
Dec 17, 2010 08:17 AM|LINK
Hi,
Based on my understanding, you can already get the data from the resume.doc file and now, you need to fetch the specific information, like name, phone number and address from the data.
If so, I would like to suggest you using Regular Expression. For a quick start on Regular Expression, please refer to http://msdn.microsoft.com/en-us/library/2k3te2cs(v=VS.100).aspx. When you familiar with the Regular Expression, you can use it to match your data from a long text. Please goto this KB for more information about this: http://support.microsoft.com/kb/308252.
Best Regards,
Shengqing Yang
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework