CSV File Import
Currently, the app fully supports CSV file import from MyFlightRadar24. Go to Settings (upper tray) > Export (left column) > Download CSV (button) to gain your file. Perhaps, it accepts any CSV with the same structure. Data example: Date,"Flight number",From,To,"Dep time","Arr time",Duration,Airline,Aircraft,Registration,"Seat number","Seat type","Flight class","Flight reason",Note,Dep_id,Arr_id,Airline_id,Aircraft_id 2016-08-26,QS1098,"Prague / Praha-Ruzyne (PRG/LKPR)","London / Gatwick (LGW/EGKK)",19:50:00,20:55:00,02:05:00,"Travel Service (QS/TVS)","Boeing 737-800 (B738)",,,3,1,1,,2398,1614,803,231 Data structure: Comma as delimiter Headline in this format: Date,"Flight number",From,To,"Dep time","Arr time",Duration,Airline,Aircraft,Registration,"Seat number","Seat type","Flight class","Flight rea...