Trim values from Xml
This commit is contained in:
parent
c3adecf210
commit
b157fc0c2b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user