diff --git a/src/Ecf.Excel.csproj b/src/Ecf.Excel.csproj index 2ad0564..5a79d1b 100644 --- a/src/Ecf.Excel.csproj +++ b/src/Ecf.Excel.csproj @@ -14,8 +14,8 @@ - - + + diff --git a/src/Export/ExportStudent.cs b/src/Export/ExportStudent.cs index c8fa88d..540bde5 100644 --- a/src/Export/ExportStudent.cs +++ b/src/Export/ExportStudent.cs @@ -28,7 +28,7 @@ namespace Ecf.Excel { public class ExportStudent { - public readonly DateTime? BirthDate = null; + public readonly Date? BirthDate = null; public readonly string FirstName = null; public readonly EcfGender? Gender = null; public readonly string Id; diff --git a/test/xunit/Assets/test.config.json b/test/xunit/Assets/test.config.json index 0fa3307..8c3e50f 100644 --- a/test/xunit/Assets/test.config.json +++ b/test/xunit/Assets/test.config.json @@ -41,6 +41,10 @@ "FromHeader": "E", "ToHeader": "Klasse" }, + { + "FromHeader": "F", + "ToHeader": "Geburtstag" + }, { "FromHeader": "G", "ToHeader": "Fach1" @@ -67,6 +71,10 @@ "FromHeader": "KLASSE", "ToHeader": "Klasse" }, + { + "FromHeader": "GEB", + "ToHeader": "Geburtstag" + }, { "FromHeader": "F1", "ToHeader": "Fach1" diff --git a/test/xunit/Ecf.Excel.XUnit.csproj b/test/xunit/Ecf.Excel.XUnit.csproj index 2169a9a..4d33ea7 100644 --- a/test/xunit/Ecf.Excel.XUnit.csproj +++ b/test/xunit/Ecf.Excel.XUnit.csproj @@ -7,13 +7,13 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive