Skip to content

Commit

Permalink
add column BOX_SEQ to box sheet and use it for container.indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
jambun committed Nov 1, 2015
1 parent c5e7557 commit 7916703
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/converters/rm_export_converter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def run
# boxes
rows = box_sheet.enum_for(:each)
headers = row_values(rows.next)
# box headers: ["Orig_SERN", "BOXN", "Box Location", "BOXNAME", "BEGINDATE", "ENDDDATE"]
# box headers: ["Orig_SERN", "BOXN", "BOX_SEQ", "Box Location", "BOXNAME", "BEGINDATE", "ENDDDATE"]

begin
parent_aos = {}
Expand Down Expand Up @@ -145,7 +145,7 @@ def run
:instance_type => "mixed_materials",
:container => {
:type_1 => "box",
:indicator_1 => values_map["BOXN"],
:indicator_1 => values_map["BOX_SEQ"],
:container_locations => [{
:ref => loc_uri,
:status => "current",
Expand Down
Binary file modified samples/SampleRMExport.zip
Binary file not shown.
Binary file modified samples/SampleRMExport/201507_ArchBoxExport.xlsx
Binary file not shown.

0 comments on commit 7916703

Please sign in to comment.