|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 4/14/2008 7:44:41 AM
Posts: 1,
Visits: 11
|
|
Dear Experts,
Is there any function to split the output file into difference files, irregarless the file format?
i.e: By Row, by file size, by sampling, by attributes
To split every 1000th row of total 10,200 row.
The output:
11 Files (1000 row for each files + 1 file with remaining 200 row)
To split by sampling of 20%,40% and 40%
The output:
File 1 - 20% of total Data
File 2 - 40% of total Data
File 3 - 40% of total Data
Many thanks in advance.
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: 7/7/2008 1:09:24 AM
Posts: 425,
Visits: 396
|
|
|
If you can use unix, there's the split command up to the task ...
|
|
|
|