Hi,

Is it possible to use Kixtart to look at a .csv file (or any text file) and copy lines 1-2000, 20001-4000, 4001-6000, etc... to a separate file for each range? In other words, lines 1-2000 will be in filename1.csv, 2001-4000 will be in filename2.csv, etc.

Any help is appreciated. Thanks.