I'm handling a loan monitoring system project, and in this project customer details will be saved in a text file with a row for each customer like:
sri chennai 10000 asda casca 08989
From the customer details a project officer needs only the third field (that is amount of loan) and he uses that to calculate installment rate of interest which will be written to another file.
How can I extract just the needed information from the file?