in reply to Re: part - split up files according to column value
in thread part - split up files according to column value
would create four files named 1,2,3,4 with the data in it."1", "This" , "is" , "test", "data" "1", "This" , "is" , "test", "data" "2", "This" , "is" , "test", "data" "1", "This" , "is" , "test", "data" "1", "This" , "is" , "test", "data" "4", "This" , "is" , "test", "data" "2", "This" , "is" , "test", "data" "3", "This" , "is" , "test", "data"
It is large file so I need to use the Filecache Thanks For any helpfile 1: "1", "This" , "is" , "test", "data" "1", "This" , "is" , "test", "data" "1", "This" , "is" , "test", "data" "1", "This" , "is" , "test", "data" file 2: "2", "This" , "is" , "test", "data" "2", "This" , "is" , "test", "data" file 3: "3", "This" , "is" , "test", "data" file 4: "4", "This" , "is" , "test", "data"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: part - split up files according to column value
by Corion (Patriarch) on Aug 26, 2008 at 13:31 UTC | |
by mick2020 (Novice) on Aug 26, 2008 at 14:37 UTC | |
by Corion (Patriarch) on Aug 26, 2008 at 14:46 UTC | |
by mick2020 (Novice) on Aug 26, 2008 at 15:45 UTC | |
by Corion (Patriarch) on Aug 26, 2008 at 15:49 UTC | |
by Anonymous Monk on Aug 27, 2008 at 09:12 UTC | |
by mick2020 (Novice) on Aug 26, 2008 at 15:55 UTC |