def create_extent(substr)
    ext_str = "Extent: #{@row_hash["portion#{substr}"] || "whole"} #{@row_hash["number#{substr}"]} #{@row_hash["extent_type#{substr}"]} #{@row_hash["container_summary#{substr}"]} #{@row_hash["physical_details#{substr}"]} #{@row_hash["dimensions#{substr}"]}"
    errs = []
    portion = value_check(@extent_portions, (@row_hash["portion#{substr}"] || "whole"), errs)
    type = value_check(@extent_types, @row_hash["extent_type#{substr}"], errs)