Blue Line sample artifact
Data & Integration Mapping Sample
A generic mapping artifact for turning messy source fields into a cleaner target handoff.
Sample mapping table
| Source field | Target field | Rule | Validation note |
|---|---|---|---|
| Employee Email | user_email | Lowercase and trim spaces | Required unique identifier |
| Status | active_flag | Map Active/Inactive to Y/N | Confirm inactive handling |
| Completion Date | completed_at | Convert to ISO date format | Check timezone assumptions |