Create Your Own Checklist
SimFlyPad includes some well-crafted checklists. If you need to create your own, you can refer to this document to understand the meaning of each column in the CSV format.
Get Template File
Before creating your checklist, it is strongly recommended that you download a checklist as a template and then make modifications based on it.
From SimFly Pad iOS version
Go to the “Checklist Selection” page, and click the “Export” button, then you can have all the built-in checklists exported.
Download from Web Editor
Go to https://web.simflypad.app , after setting the name, author, and unique ID, click the Save button to save the content to a csv file.

About the format of the CSV template file.
A CSV file is just a table. You can open and modify it using any Office Software, such as Office 365, Numbers, and WPS. While creating your checklist file, don’t change the content in the header row.
Column Headers
unique_id: A unique ID for this file. Will replace the old one if you already have a checklist with the same unique_id. The prefix “simflypad_” is reverse for the built-in checklist use only, please change to another one when creating your own.
template_version: A version for this template file. Currently, it should be v0.1.
Name: The name of this checklist file (e.g. A321 Neo)
from: The checklist source you collected from.
stage & stage_section & item & item_objective & item_note: Combine to describe each line of your checklist.
ident: Setting “Y” indicates this item needs to be indented.
Content
stage:
Define each stage for your checklist file (e.g.: Before TO, TAXI….).

stage_section:
Used to separate the contents in one stage.

item_content & item_check

item_note
Can be placed with item_content and item_check.

Or can be used as a single row.

Import
Please ensure that the CSV file is encoded in UTF-8 format, as only CSV files with this encoding can be imported correctly.
After transferring the CSV checklist file to your mobile device, go to the “Checklist Selection” page on SimFly Pad, click the “Import” button then you can import your customized checklist file.
Last updated