-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Issue
When getting the staff names, formatting needs to be applied to the output:
Raw Column:
Staff member(s) -> NEVE, PAUL
Output:
lecturer -> Paul Neve
Sudo Code:
staff_col = row["Staff member(s)"] if staff_col.length() <= 2 firstname = staff_col[1] lastname = staff_col[0] else if staff_col.length > 3 for i = 0, staff_col.length < 0, i++ firstname.append(staff_col[if i is even]) lastname.append(staff_col[if i is odd])
Originally posted by @JayNightmare in #8
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working