You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValueError: There is an object or list at 'amountAwarded' but it should be an number
(1 additional frame(s) were not displayed)
...
File "libcove/lib/converters.py", line 127, in convert_spreadsheet
flattentool.unflatten(input_name, **flattentool_options)
File "__init__.py", line 244, in unflatten
with_heading_source_map=heading_source_map,
File "flattentool/input.py", line 360, in fancy_unflatten
cell_tree = self.do_unflatten()
File "flattentool/input.py", line 325, in do_unflatten
unflattened = unflatten_main_with_parser(self.parser, cells, self.timezone, self.xml, self.id_name)
File "flattentool/input.py", line 826, in unflatten_main_with_parser
raise ValueError("There is an object or list at '{}' but it should be an {}".format(path_till_now, current_type))
There is an object or list at 'amountAwarded' but it should be an number
The text was updated successfully, but these errors were encountered:
This happens when someone puts extra path elements in a header, after something that should be a value.
For 360Giving, this happens when someone puts an extra colon where there shouldn't be: e.g. "Amount Awarded: website format", when only "Amount Awarded" is permitted (replacing the colon with another character e.g. a dash fixes this).
Sentry Issue: COVE-FD
The text was updated successfully, but these errors were encountered: