I've just written the CSV Splitter for you, as I think it might come in handy someday.
Download:
csv-splitter-1.1.zip
Downloaded: 1398 times (Oct 18 2007)
I've attached the compiled exe along with source code. To run the exe, you will need .Net Framework Version 1.1 installed in prior.
Instructions:
1. Fill in necessary information:
CSV file: the path to the CSV that you wanted to split.
Number of lines: the maximum number of lines/rows in each splitted piece.
Max Pieces: limit the number of output files. '0' is unlimited.
2. Click "Split Now!", and that's it. You can find the splitted pieces in the a new folder of the same directory of the CSV file.