rating as float
This commit is contained in:
@@ -181,7 +181,14 @@ func XLSX(r io.Reader, conf *Conf) (*ecalc.Ecalc, error) {
|
||||
if err != nil {
|
||||
errs = append(errs, err)
|
||||
}
|
||||
set.Field(&aspect, c.Field, cellValue)
|
||||
if cellValue == "" {
|
||||
continue
|
||||
}
|
||||
err = set.Field(&aspect, c.Field, cellValue)
|
||||
if err != nil {
|
||||
fmt.Println(shortName, c.Field, cellValue)
|
||||
fmt.Println(err)
|
||||
}
|
||||
}
|
||||
topic.Aspects = append(topic.Aspects, aspect)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user