diff --git a/resources/update_keyed_csv.ank b/resources/update_keyed_csv.ank index f4f4472..6948e9a 100644 --- a/resources/update_keyed_csv.ank +++ b/resources/update_keyed_csv.ank @@ -47,6 +47,7 @@ module KeyedCSVResource { } func Load(nm, hdrs, kc) { + rowmp = map[string][]string{} //make sure to reset the damn map kc = toInt(kc) if len(hdrs) == 0 { return errors.New("Invalid headers")