Revision a0d9f09a
Von Sven Schöling vor mehr als 8 Jahren hinzugefügt
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
CsvImport: Spaltenzuordnung für non multiplexed