Reordering of columns.
parent
8a3985ff0d
commit
02b96fa6fb
|
@ -34,8 +34,8 @@ INSERT_ORDER = """
|
|||
,:ship_date
|
||||
,:customer_number
|
||||
,:sold_to_name
|
||||
,:ship_to
|
||||
,:line_number
|
||||
,:ship_to
|
||||
,:supplier_part_number
|
||||
,:sku
|
||||
,:description
|
||||
|
@ -90,9 +90,9 @@ def process_file(file):
|
|||
"RSD":row[5],
|
||||
"ship_date":row[6],
|
||||
"customer_number":row[7],
|
||||
"sold_to_name":row[8],
|
||||
"ship_to":row[9],
|
||||
"line_number":row[10],
|
||||
"sold_to_name":row[8],
|
||||
"line_number":row[9],
|
||||
"ship_to":row[10],
|
||||
"supplier_part_number":row[11],
|
||||
"sku":row[12],
|
||||
"description":row[13],
|
||||
|
|
Loading…
Reference in New Issue