February 14, 20233 yr I'm having trouble importing a CSV file into the LNM logbook that was exported from SimToolkitPro. I won't populate the fields correctly. The CSV format looks like this: DepartureICAO, ArrivalICAO, AircraftReg, AirframeICAO, Callsign, FlightNo, Network, DepDate (DD/MM/YY), DepTime (HHMM), ArrDate (DD/MM/YY), ArrTime (HHMM) KORD,KSYR,N488UA,A320,UAL1998,UAL1998,,02/02/2023,1922,02/02/2023,2109 Which I've edited with OpenOffice Calc to replace the headers with LNM's nomenclature: Departure Ident,Destination Ident,Aircraft Registration,Aircraft Type, Callsign,Flightplan Number, Network, DepDate (DD/MM/YY),Departure Time, ArrDate (DD/MM/YY),Destination Time KORD,KSYR,N488UA,A320,UAL1998,UAL1998,,02/02/2023,1922,02/02/2023,2109 It keeps putting the airports into Aircraft Model and Aircraft Type however and doesn't add anything else other than registration (which is in the correct field). Any trick to import this correctly?
February 14, 20233 yr Replacing the headers is not sufficient. You have to rearrange full data columns to the right order. Best to remove the header since LNM might not detect it and throw an error. You can also import without header but the data column order is important for CSV. The format is described here:https://www.littlenavmap.org/manuals/littlenavmap/release/2.8/en/LOGBOOK.html#csv-data-format Alex Alex' Projects: Little Navmap
Archived
This topic is now archived and is closed to further replies.