Active
Project:
Node import
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 May 2011 at 03:02 UTC
Updated:
12 May 2011 at 03:02 UTC
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;
}