Here is my TODO from engine.use_cases.parsing (circa line 90) before resetting:
# TODO
#
# When importing from a template, if the cell is empty, it passes as an
# empty value to the master. Fine.
# Currently the validation report does not catch cells that are empty in
# the populated template. An example is "Controls Project ID number"
# from the datamap in dft_all_files_for_million_row_issue30.zip Q3 datamap.
#
# That is the result of only doing the vtype stuff below if c == cellref..
# In other words, no empty cells from the populated template go into the
# validation report. And we probably want that.
Here is my TODO from
engine.use_cases.parsing
(circa line 90) before resetting: