Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8a76038a

Von Sven Schöling vor etwa 8 Jahren hinzugefügt

  • ID 8a76038ae50076743606411d114743f26f0d97b8
  • Vorgänger 192f0245
  • Nachfolger 00b6dc22

GDPDU: Mehrzeilige Daten kollabieren

Unterschiede anzeigen:

SL/GDPDU.pm
323 323
      $self->export_ids->{$table}{$keep_col} ||= {};
324 324
      $self->export_ids->{$table}{$keep_col}{$row->[$col_index{$keep_col}]}++;
325 325
    }
326
    s/\r\n/ /g for @$row; # see CAVEATS
327

  
326 328
    $csv->print($fh, $row) or $csv->error_diag;
327 329
  }
328 330
  $sth->finish();
......
509 511
Foreign keys seem only to work with previously defined tables (which would be
510 512
utterly insane).
511 513

  
514
=item *
515

  
516
The CSV import library used in IDEA is not able to parse newlines (or more
517
exactly RecordDelimiter) in data. So this export substites all of these with
518
spaces.
519

  
512 520
=back
513 521

  
514 522
=head1 AUTHOR

Auch abrufbar als: Unified diff