From: Alder Green Date: 2006-03-23T01:02:21+09:00 Subject: Re: basic question... Hi Iterate over OOO.csv's lines, split each line as you wish (probably using slice notation is the easiest for fixed length columns), and writing each slice into the desired destination file. Regards, Alder On 3/22/06, mopthisandthat@hotmail.com wrote: > Hello, > > Suppose "OOO.csv" is a data file with 9 columns, and I want to create a > new file that is consisted of 2nd, 5th, and 7th columns of the OOO.csv > (i.e., subset of the original), how do I do this? > > Thanks. > > >