Trim values from Xml

This commit is contained in:
Jonathan Jenne 2021-11-01 10:45:12 +01:00
parent c3adecf210
commit b157fc0c2b

View File

@ -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