The small Windows desktop application exports users of FlightNet into an CSV file for importing into FlightBox. It uses the web interface https://www.flightnet.aero/api/getusers.ashx to get the users. The CSV file can be saved somewhere local on the desktop. Afterwards this CSV can be used to upload the users details into the FlightBox application located on https://lszk-prod.firebaseapp.com/.
- Open Solution in Visual Studio 2017
- Build solution
- Set the
ApiUserName,ApiPasswordandFlightNetCompanyNamewithinapp.configfile. May the Api user needs to be created in FlightNet first. May change theDefaultExportFileNamevalue for another default destination inapp.configfile. - Run the application
Just copy the FlightNetUserExporter.exe and the config file (FlightNetUserExporter.exe.config) to the destination computer and run it from there.
- .NET Framework must be installed on it
- Windows based PC