88 foreach ( $this->reader as $rows ) {
90 foreach ( $rows as $row ) {
91 $update = $this->generator->update( $row );
94 'primaryKey' => $this->reader->extractPrimaryKeys( $row ),
101 $this->
output(
"Processing " . count( $updates ) .
" rows\n" );
102 $this->writer->write( $updates );
106 $this->
output(
"Completed\n" );