Skip to content

Updates to Bulk WorkOrder Upload Script - #62

Open
LBHCallumM wants to merge 7 commits into
mainfrom
callum/bulk-upload-script/template-improvements
Open

LBHCallumM wants to merge 7 commits into
mainfrom
callum/bulk-upload-script/template-improvements

Conversation

@LBHCallumM

@LBHCallumM LBHCallumM commented Sep 15, 2026

Copy link
Copy Markdown
Member

Summary of Changes

  • Now supports multiple sorcodes/quantity (defaults to 1)
  • If initial step fails, user has the option to continue the upload

@LBHCallumM
LBHCallumM requested a review from a team as a code owner September 15, 2026 10:55
with open(file_path) as file_obj:
delimiter = "\t" if is_tsv else ","
reader = csv.DictReader(file_obj, delimiter=delimiter)
reader = csv.reader(file_obj, delimiter=delimiter)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update method to handle multiple of the same key. Eg multiple instances of "sorCode" will create/append to an array

@LBHCallumM LBHCallumM changed the title Callum/bulk upload script/template improvements Updates to Bulk WorkOrder Upload Script Sep 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants