txt files are evil. Use a database instead.
Split all the regular data up into fields, like firstname, lastname etc.
Then add another table to hold data about previous jobs, so you can have several jobs for each person.
I suggest you start by writing down what you need to know about each person, and how many times each piece of information can exist per person.