I wanted to read & write same flat file
Hi TechyV,
I wanted to read & write same flat file (. CSV) For e.g. If I have flat file structure in this way 1'PL','ABC' 2 'PL','DEF' 3'PP','BGC' In this format, I am able to read only PL type of records. If it is PL type are like 'ABC' then I am doing some processing & writing 'PL','RIC' record is in the same.
After writing the record pointer will come at the end of file, but at the time of a second read my pointer should be at 'DEF'. How can I set my pointer at 2 different levels in the same flat file for reading & write.
Thanks.








