As we all know, MSFS produces a flight log table with flight profile on the world map page. For a long time I have been searching for a method to extract this, preferably in CSV or XLS format - without success.
So, I wrote a Python script that will do this from a saved PLN file. So far I have the main part done and it works very nicely. What remains is to get Python to output it as a CSV or XLS which should not be difficult.
All you need to run it is a [free] Python installation. Anybody interested that I should publish it here as freeware for everybody?