Swastik Dey wrote:Probably you need to give more detail. Is the cv attached as a word document or the details are submitted through web page.
ocjp 6 — Feeding a person with food is a great thing in this world. Feeding the same person by transferring the knowledge is far more better thing. The reason is the amount of satisfaction which we get through food is of only one minute or two. But the satisfaction which we can get through the knowledge is of life long.
Mohana Rao Sv wrote:Apache POI - the Java API for Microsoft Documents Apache POI
Sample Examples To Read Word Document In Java
ocjp 6 — Feeding a person with food is a great thing in this world. Feeding the same person by transferring the knowledge is far more better thing. The reason is the amount of satisfaction which we get through food is of only one minute or two. But the satisfaction which we can get through the knowledge is of life long.
Mohana Rao Sv wrote:As per understanding you are trying to exact the data from document. Is there any specific format of the document? Because nobody follows any guidelines when they are preparing the resume.
Vinay Johar wrote:Tim
you are right,
you can start with one field and get it done and then focus on other format.
thanks
There is something about that combination of imports which makes me suspicious. For a start you should look at the API for StringTokenizer(←link) which is legacy code. The presence of those Readers together makes me suspect you are confusing text and binary file input.usha kotha wrote: . . .
ocjp 6 — Feeding a person with food is a great thing in this world. Feeding the same person by transferring the knowledge is far more better thing. The reason is the amount of satisfaction which we get through food is of only one minute or two. But the satisfaction which we can get through the knowledge is of life long.
Campbell Ritchie wrote:If you are asserting that CVs are written in a free grammar, then, no, you cannot come up with a parser.
Campbell Ritchie wrote:And what was the solution?
usha kotha wrote:
Campbell Ritchie wrote:And what was the solution?
i took one particular format of resume....and converted all uploaded resumes format into that particular format manually(required) and according to that format i wrote code......
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors