I am new to cold fusion, and I know how to read/write to files, but the problem I am having is searching files. My file contains:
Employee_ID Job_Title Job_StartDate Job_EndDate
My problem is whenever an employees changes job titles, I append to the file the new informaiton, so it is possible to have the same Employee_ID twice (but with different job titles, start date, and end date).
Is there a way to search this file and get all the results?
Thanks in advance.
Employee_ID Job_Title Job_StartDate Job_EndDate
My problem is whenever an employees changes job titles, I append to the file the new informaiton, so it is possible to have the same Employee_ID twice (but with different job titles, start date, and end date).
Is there a way to search this file and get all the results?
Thanks in advance.