diff --git a/MultiTool.Shared/Documents/DocumentLoader.vb b/MultiTool.Shared/Documents/DocumentLoader.vb index 387df7c..ccc92d2 100644 --- a/MultiTool.Shared/Documents/DocumentLoader.vb +++ b/MultiTool.Shared/Documents/DocumentLoader.vb @@ -129,7 +129,7 @@ Namespace Documents Where(Function(c) c.Name = oSubElement.Name). SingleOrDefault() - Dim oValue = oSubElement.Value + Dim oValue = oSubElement.Value.Trim() ' TODO: Needed when we have time for date times 'If oSchemaField.DataType = Constants.ColumnType.Date Then