EdgeTal
Docs
iOS Public Beta is Live via Apple TestFlight!Connect your iCloud email to get instant access to build 1.0.1+6.
Join iOS Beta Guide →
Data Ingestion Pipeline

Bulk Resume Ingestion Guide

EdgeTal includes a multi-source ingestion pipeline designed to process raw PDF resumes, Word documents (DOCX), and CSV candidate spreadsheets into vectorized on-device candidate profiles.

1. Local Folder Scan

Select a folder on your device. EdgeTal recursively scans PDF and DOCX files, extracting plain text, candidate metadata, and candidate contact info.

2. Cloud Folder Import

Connect to iCloud Drive, Google Drive, or OneDrive file pickers to import candidate folders directly without manual file copying.

3. CSV File or URL

Upload a candidate CSV file or provide a public CSV download link to automatically import thousands of structured candidate rows.

Recommended CSV Format

When uploading CSV datasets, ensure your CSV file includes column headers for automatic property mapping:

Name, Email, Phone, Location, Skills, Summary, ResumeText
“Jane Doe”, “jane@example.com”, “+1-555-0192”, “San Francisco, CA”, “Flutter; Python; Postgres”, “Senior Engineer”, “Full CV text...”

Background Processing & Progress Highlights

During bulk resume ingestion, EdgeTal displays a real-time indexing progress bar. Text parsing and 512d MediaPipe embedding generation execute asynchronously in background isolates, ensuring smooth app navigation while thousands of candidate profiles are vectorized.