alumni_lookup

Degree Upload with Alumni Data Management

This feature adds a comprehensive two-step import for Degrees and Alumni data under Settings → Alumni.

Accepted Columns (case-insensitive)

Required:

Optional:

Alumni Data (Optional): When creating new alumni records, the system will also import any available alumni information:

Major Mapping

The system supports flexible major specification through two approaches:

  1. Direct Major Code: Use major_code, major, majorcode, primarycuriculum, primary_curiculum, primarymajor, or primary_major columns with exact major codes (e.g., “ACC”, “ECO”, “A&I”)

  2. Major Description Lookup: Use major_desc, major_description, currentmajordescription, current_major_description, or majordescription columns with full major names (e.g., “Accounting”, “Economics”, “Accounting and Info Syst Mgt”)

The system will automatically map major descriptions to their corresponding codes using the majors table. If both are provided, direct major codes take precedence.

Validation and Skip Reasons

Import Behavior

Alumni Management:

Degree Management:

Processing Logic:

CSV Format Examples

Example 1: Using Major Codes

BUID,Degree,Major,GradDate
B00123456,BA,ECO,2025-05-15
B00789012,MBA,ACC,2025-08-30

Example 2: Using Major Descriptions with Alumni Data

BUID,DegreeCode,CurrentMajorDescription,FullDate,FirstName,LastName,Email,ContactID
B00123456,BA,Economics,2025-05-15,John,Smith,john.smith@email.com,C-123456789
B00789012,MBA,Accounting,2025-08-30,Jane,Doe,jane.doe@email.com,C-987654321

Example 3: Mixed Data (some alumni info, some not)

BUID,Degree,Major,GradDate,FirstName,LastName,Email
B00123456,BA,ECO,2025-05-15,John,Smith,john.smith@email.com
B00789012,MBA,ACC,2025-08-30,,,
B00555333,BS,ECO,2025-12-15,Sarah,Johnson,