| Row | Columns | Why | As received |
|---|---|---|---|
| 88 | family_name,contact_route | Empty family_name and contact_route — passenger cannot be notified | PAX-DA482-087,Refilwe,,economy,PTY-039,4,,, |
A row that fails validation is still a row the airline sent. It is kept, counted, and raised as an exception rather than dropped on the way in. Demo only
The airline emails a CSV when the flight goes down. Getting it out of the mailbox is a step outside the product; what happens to it after is not. Live · manual step
passenger_ref and cabin are required. A row missing
a surname or a contact route is kept and raised, not dropped.
Replacing the manifest is refused once the case has allocations, because the passengers those allocations point at would be orphaned. Reset the case first.