It looks like Simsig proper adds all of the custom train info into the timetable when you select a pre-defined train type but I had hoped that I only needed to add the reference to the other traction when importing and the copying would happen automatically. It doesn't.
This means that currently imported files show the correct external train ref in the dropdown but show nothing in the rest of the boxes. Even if this works when you run the timetable, it doesn't look as expected so once we find the external train to set the Timetable.Category property in SpreadsheetHelper.cs, we should also copy across all of the other fields.
It looks like Simsig proper adds all of the custom train info into the timetable when you select a pre-defined train type but I had hoped that I only needed to add the reference to the other traction when importing and the copying would happen automatically. It doesn't.
This means that currently imported files show the correct external train ref in the dropdown but show nothing in the rest of the boxes. Even if this works when you run the timetable, it doesn't look as expected so once we find the external train to set the
Timetable.Category
property in SpreadsheetHelper.cs, we should also copy across all of the other fields.