Skip to content
Update Checklist Formatting Rules for including basic aircraft details. authored by james spargo's avatar james spargo
......@@ -11,8 +11,13 @@ A FOSSFlight checklist file can contain numerous checklists.
Each row of the csv file is expected to have at least one comma. Rows missing a comma will be ignored.
#### Tail Number
The parser attempts to apply the filename as the tail number. This can easily be corrected after the checklists are imported.
#### Aircraft Details
The aircraft details are displayed on the card in the Aircraft list. If the details are missing, that field isn't displayed. If the aircraft details aren't included in in the imported CSV file, these details will default to blank, but are easily added by hand when long pressing on the Aircraft card and selecting the `Edit` menu option.
**Tail Number** - The tail number is identified by a string in the in the second column that matches the string `AircraftTailNumber`
**Manufacturer** - The Aircraft Manufacturer is identified by a string in the in the second column that matches the string `AircraftManufacturer`
**Model** - The Aircraft Model is identified by a string in the in the second column that matches string `AircraftModel`
**Year** - The Aircraft Year of production is identified by a string in the in the second column that matches string `AircraftYear`. This string is expected to be an integer. If it isn't, it will parsed to a zero, or blank.
#### Checklist Name and Type
......
......