--- trunk/run.pl 2009/05/19 11:55:30 1185 +++ trunk/run.pl 2009/05/28 10:15:20 1198 @@ -603,6 +603,9 @@ push @{ $row->{'000'} }, $pos; } + foreach my $out ( @output_modules ) { + $out->add_row( $mfn, $row ) if $out->can('add_row'); + } if ($validate) { if ( my $errors = $validate->validate_rec( $row, $input_db->dump_ascii ) ) {