ERP-to-ERP Data Migration Platform
Work · 2026 — present
- Problem
- Migrating data between different ERPs is manual, slow, and mapping-error-prone.
- Approach
- Async pipeline in Python/FastAPI with decoupled stages (extraction, canonical mapping, commit to destination) and LLMs with structured output via Pydantic to interpret unstructured data into a canonical schema.
- Result
- 138 automated test files, 54 code reviews conducted, and active defenses against CSV/formula injection on export.
- Python
- FastAPI
- Pydantic
- Pytest
- LLM