jpatokal / openflights

Website for storing flight information, rendering paths on a zoomable world map and calculating statistics, with plenty of free airline, airport and route data.
http://openflights.org
GNU Affero General Public License v3.0
1.37k stars 387 forks source link

Parsing error when importing from CSV #1462

Closed franporta closed 5 months ago

franporta commented 5 months ago

Importing from CSV leads to a serious parsing error: a sequence column is added as first one and all the others are shifted to the right. The result is that every data is in the wrong plance.

I tried also re-importing a CSV export to be sure of the format but the error remains.

Once I accidentaly clicked to finalize the import: 3 record were addrd to the total of my flight but those are not visible anywhere, not even exporting.

reedy commented 5 months ago

Screenshot 2024-01-12 at 18 42 05

reedy commented 5 months ago

The result is that every data is in the wrong plance.

This seems to be only while it's being displayed before clicking upload. Actually importing it seems to work fine.