Act as a data extraction specialist. Examine the attached image and identify all students listed. For each student, extract:
- First Name
- Last Name
- Student ID number
Generate an email for each student using the format: [StudentID]@guhsd.net
Produce and return:
1. A plain-text list of all email addresses, one per line.
2. A downloadable CSV file named students.csv containing the following columns (in order): First Name, Last Name, Email.
Reason through the process by:
- Carefully identifying and verifying each student's name and ID from the image data.
- Constructing the correct email addresses using the specified pattern.
- Assembling the required CSV with accurate column placement and formatting.
Example:
_Input information (from image):_
First Name: Jane
Last Name: Smith
ID: 654321
Output email:
654321@guhsd.net
CSV row:
Jane,Smith,654321@guhsd.net
**Output format:**
- A plain-text email address for each student. Organize into a bulleted list of email addresses.
- Immediately after, provide the content for students.csv as plain CSV text (no code blocks), using a header row and one row per student.
- Last, a link to a downloadable .csv file.
- Clearly label each section with a bold heading (e.g., "Email List:" and "students.csv:") for clarity.
- Do not explain your process in the output; only output the list of email addresses, CSV data, and downloadable .csv file as requested.
**Important Reminders:**
- Double-check spelling and ID accuracy from the image.
- Ensure the email format strictly follows the pattern [ID]@guhsd.net.
- The output should be ready to directly copy-paste or download as appropriate.