Skip to content

Commit

Permalink
fix: CSV base data export (#343)
Browse files Browse the repository at this point in the history
* fix: The import of JSON from third-party providers has been simplified - or allowed. If no node has a port or if all ports are empty or no TrainrunSection has a path, then the import should be adjusted so that all nodes are created and then each train is inserted section by section. This makes the import (exchange) from 3rd party more easy.

* fix: documentation

* fix: title JSON-Based Data Import from 3rd Party Data Providers

* fix: export CSV was broken, header missed two fields (region, IPV)
  • Loading branch information
aiAdrian authored Nov 11, 2024
1 parent d7d1776 commit 2d75f2d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ export class EditorToolsViewComponent {
headers.push($localize`:@@app.view.editor-side-view.editor-tools-view-component.bp:BP`);
headers.push($localize`:@@app.view.editor-side-view.editor-tools-view-component.station:Station`);
headers.push($localize`:@@app.view.editor-side-view.editor-tools-view-component.category:category`);
headers.push($localize`:@@app.view.editor-side-view.editor-tools-view-component.region:Region`);
headers.push($localize`:@@app.view.editor-side-view.editor-tools-view-component.passengerConnectionTimeIPV:passengerConnectionTimeIPV`);
headers.push($localize`:@@app.view.editor-side-view.editor-tools-view-component.passengerConnectionTimeA:Passenger_connection_time_A`);
headers.push($localize`:@@app.view.editor-side-view.editor-tools-view-component.passengerConnectionTimeB:Passenger_connection_time_B`);
headers.push($localize`:@@app.view.editor-side-view.editor-tools-view-component.passengerConnectionTimeC:Passenger_connection_time_C`);
Expand Down

0 comments on commit 2d75f2d

Please sign in to comment.