Jump to content
Xtreme .Net Talk

Recommended Posts

  • Leaders
Posted

Well, first you need to be able to parse .doc files (at least, it sounds like you are dealing with .doc files). The simplest approach would be interop with office. Then you need to be able to search for the relevant data. If the resumes have a very consistent layout/format this might be simple. On the other hand, if you need to be able to handle any resume thrown at you, you would need to work out a heuristic to try and identify and extract the information needed. Which part are you having trouble with?

 

Now, if you don't even know where to begin, it's probably not practical for you to try and tackle this. This calls for years of experience in programming, office interop, text parsing, regex, etc.

[sIGPIC]e[/sIGPIC]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...