CSV Import Guide

Log61 can import your existing logbook from ForeFlight, MyFlightbook, or any CSV file. This page explains how each format is detected and what columns are expected.

Supported formats

Auto-detected

ForeFlight

Export directly from ForeFlight (Logbook → Export → CSV). Log61 detects the ForeFlight format automatically. No changes needed.

Auto-detected

MyFlightbook

Export from MyFlightbook as CSV. No changes needed.

Auto-detected

Generic / Custom CSV

Any CSV with the column names listed below. Column names are case-insensitive. You can include only the columns you have, all fields except Date are optional.

Generic CSV columns

Use these exact column header names. Column order does not matter. All columns except Date are optional.

Required

Column HeaderFormatExample
DateYYYY-MM-DD, MM/DD/YYYY, MM-DD-YYYY, or MM/DD/YY2024-03-15

Aircraft

Column HeaderFormatExample
Aircraft Make/ModelTextCessna 172
Tail NumberTextN12345
Category/ClassTextASEL
Turbineyes/no or true/falseno
Complexyes/no or true/falseno
High Performanceyes/no or true/falseno
Tailwheelyes/no or true/falseno

Route

Column HeaderFormatExample
FromAirport identifierKTTF
ToAirport identifierKMCD
ViaIntermediate stops, space-separatedKARB KGLR

Flight time (decimal hours)

Column HeaderExample
Total Time1.4
PIC1.4
SIC0
Dual Received0
Dual Given0
Solo0
Cross Country1.4
Night0
Actual Instrument0
Simulated Instrument0
Single Engine1.4
Multi Engine0
Simulator0

Landings & approaches (whole numbers)

Column HeaderExample
Day Landings1
Night Landings0
Instrument Approaches0

Other

Column HeaderFormatExample
RemarksFree textFirst trip to Mackinac Island

Example

A minimal valid CSV looks like this:

Date,Aircraft Make/Model,Tail Number,From,To,Total Time,PIC,Cross Country,Day Landings,Remarks
2024-03-15,Cessna 172,N12345,KTTF,KMCD,KARB KGLR,1.4,1.4,1.4,1,First trip to Mackinac Island
2024-03-20,Cessna 172,N12345,KTTF,KTTF,,0.8,0.8,0,3,Pattern work
Save your spreadsheet as CSV UTF-8 (not Excel .xlsx). In Excel: File → Save As → CSV UTF-8 (Comma delimited). In Google Sheets: File → Download → Comma-separated values.

After import

Log61 will show you a preview of all detected flights before saving anything. You can deselect any rows you do not want to import. Cross-country and over-50nm XC are recalculated automatically from your airport route after import.