added initial UI for uploading csv
This commit is contained in:
parent
c456428681
commit
4b7550f569
4 changed files with 45 additions and 9 deletions
|
@ -5,6 +5,8 @@ extends qw/Pear::LocalLoop::Import::LCCCsv/;
|
|||
|
||||
sub import {
|
||||
my $self = shift;
|
||||
|
||||
$import = Pear::LocalLoop::Import::LCCCsv->new;
|
||||
}
|
||||
|
||||
sub _row_to_result {
|
||||
|
@ -13,4 +15,4 @@ sub _row_to_result {
|
|||
|
||||
}
|
||||
|
||||
1;
|
||||
1;
|
||||
|
|
Reference in a new issue