If FlightNumber is numeric it is recommended to pad with leading zeros until the length is three. If it is numeric and longer than three, leading zeros are removed if they exist. Examples: - XX0234 -> XX234
- XX007 -> XX007
- XX07 – XX007
- XX7 -> XX007
Non-numeric flight “numbers” are kept as they are. NB! Non-numeric flight numbers are a relic of systems that require FlightNumber or FlightId, and where Callsign are used as the FlightId to satisfy the system requirement. Non-numeric FlightNumbers don't really exist. |