@ -25,7 +25,7 @@ interface NumberCSVField: TypedCSVField<Double> {
return try {
formatter.parse(value).toDouble()
} catch (e: ParseException) {
Timber.d("Unparseable number: $value")
Timber.d("Field ${header} > Unparseable number: $value")
null
}
@ -107,7 +107,7 @@ open class CSVImporter(istream: InputStream) {
parser.forEachIndexed { index, record ->
Timber.d("line $index")
// Timber.d("line $index")
this.notifyDelegate()
if (this.currentDescriptor == null) { // find descriptor