Re: Convert Fixed format text file to .CSV (comma separated values) file and more....
Posted By:
Robert_Lybarger
Posted On:
Tuesday, April 10, 2007 06:43 PM
You will need to clarify what you mean by "convert ... into a Random access file", since that doesn't make sense. "Random access" is about the way you open and read from (or possibly update to) a file, not about the formatting of it when you write it out. Did you mean a sort of non-readable "binary" file, such that you want to store the cursor positions of various pieces of data into your "index" file?