Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.IO/HeightStructuresImporter.cs =================================================================== diff -u -rd75706d5c26b844e76d93f6c1879d3acbf98cf77 -r0dd52355d7e8eedc01afd118d8936dca2dc3b7be --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.IO/HeightStructuresImporter.cs (.../HeightStructuresImporter.cs) (revision d75706d5c26b844e76d93f6c1879d3acbf98cf77) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.IO/HeightStructuresImporter.cs (.../HeightStructuresImporter.cs) (revision 0dd52355d7e8eedc01afd118d8936dca2dc3b7be) @@ -102,7 +102,7 @@ private HeightStructure CreateHeightStructure(StructureLocation structureLocation, List structureParameterRows) { - Dictionary rowData = structureParameterRows.ToDictionary(row => row.ParameterId, row => row); + Dictionary rowData = structureParameterRows.ToDictionary(row => row.ParameterId, row => row, StringComparer.OrdinalIgnoreCase); string structureName = structureLocation.Name; return new HeightStructure(new HeightStructure.ConstructionProperties