ResearchSoftwareInstitute / datatrans

1 stars 6 forks source link

callback doesn't get columnnames #8

Open krobasky opened 6 years ago

krobasky commented 6 years ago

I think the software would be more convenient to use if the import_df function sent the column names into the the callback, e.g. callback2(parse_row(line, colnames)) s/b callback2(parse_row(line, colnames), colnames)