Revision 457ad636
Von Sven Schöling vor mehr als 13 Jahren hinzugefügt
SL/Helper/Csv/Dispatcher.pm | ||
---|---|---|
my $spec = { key => $col, steps => [] };
|
||
my $cur_class = $self->_csv->class;
|
||
|
||
return unless $cur_class;
|
||
|
||
for my $step_index ( split /\.(?!\d)/, $path ) {
|
||
my ($step, $index) = split /\./, $step_index;
|
||
if ($cur_class->can($step)) {
|
Auch abrufbar als: Unified diff
Csv Import Helper: classenlose profile dürfen den Dispatcher nicht abschiessen.