-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherrors.txt
More file actions
11 lines (11 loc) · 1.04 KB
/
Copy patherrors.txt
File metadata and controls
11 lines (11 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
Line 2: # === Valid flights === → comment line, ignored for data parsing
Line 11: # === Invalid flights (for testing validation) === → comment line, ignored for data parsing
Line 12: BADLINE,NO_DATE,NO_TIME → missing required fields
Line 13: BA_BAD,RIX,LON,2025-11-15 11:00,INVALID_DATE,250.00 → invalid flight_id, invalid destination code, invalid arrival datetime
Line 14: SK404,OSL,RIX,2025-11-15 14:00,2025-11-15 12:00,120.00 → arrival before departure
Line 15: W61025,XXX,RIX,2025-11-16 11:00,2025-11-16 13:00,80.00 → invalid origin code
Line 16: QR1,DOH,SYD,INVALID_DATETIME,2025-11-17 23:30,980.00 → invalid departure datetime
Line 17: KL1999,AMS,,2025-11-14 09:00,2025-11-14 11:15,180.00 → invalid destination code
Line 18: AY503,HEL,RIX,2025-11-15 13:20,2025-11-15 14:15,-10.00 → negative price value
Line 19: LH999999999,FRA,LAX,2025-11-13 09:30,2025-11-13 18:10,700.00 → flight_id too long (more than 8 characters)
Line 20: SN2902,BRU,LHR,2025-13-40 10:00,2025-13-40 12:00,99.99 → invalid departure datetime, invalid arrival datetime