just tried running a test import
20 rows of data in a csv file
FAIL
can't stop batch process
frantically shut down the server
500 nodes created

Something resembling this would be nice>>>

if (rows_imported > rows_in_file) {
break;
}