added initial UI for uploading csv

This commit is contained in:
Finn 2019-07-04 14:16:49 +01:00
parent c456428681
commit 4b7550f569
No known key found for this signature in database
GPG key ID: 7455B4B17685B598
4 changed files with 45 additions and 9 deletions

View file

@ -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;