Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a0d9f09a

Von Sven Schöling vor mehr als 8 Jahren hinzugefügt

  • ID a0d9f09a2e63f0be9eda333ab7fa78679ea55759
  • Vorgänger f74b0dac
  • Nachfolger 6acefaf5

CsvImport: Spaltenzuordnung für non multiplexed

Unterschiede anzeigen:

SL/Helper/Csv/Dispatcher.pm
160 160
sub make_spec {
161 161
  my ($self, $col, $path, $cur_class) = @_;
162 162

  
163
  my $spec = { key => $col, steps => [] };
163
  my $spec = { key => $col, path => $path, steps => [] };
164 164

  
165 165
  return unless $path;
166 166

  

Auch abrufbar als: Unified diff