extend('layout/management_layout') ?> section('content') ?>

Parent Email Extractor

Upload a CSV file with emails, compare against your database emails, and see matches and gaps.

1) Upload CSV of emails (source)

The CSV can be a single column of emails or multi-column. This tool extracts any values that look like emails.

2) Provide database emails
Option A: Paste emails (one per line)
— or —
Option B: Fetch from API

Provide a backend endpoint that returns JSON like: {"users": [...], "parents": [...]}

3) Compare
Existed emails 0
Email
Need to add email 0
Emails present in database (users or parents) but NOT in your uploaded CSV.
EmailSource
  • Comparison is case-insensitive and trims whitespace.
  • Duplicates are removed within each source before comparison.
  • CSV parsing extracts any values that resemble valid email addresses from any column.
endSection() ?> section('scripts') ?> endSection() ?>