Skip to content

Commit

Permalink
Fixing bug when xpath is incorrect, it fails for all remaining column…
Browse files Browse the repository at this point in the history
…s in the group
  • Loading branch information
seanmcilvenna committed Aug 11, 2017
1 parent 8b98a9e commit 233057d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XmlDocumentConverter/XlsxConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ private string GetValue(string xpath, XmlNode parent, XmlNamespaceManager nsMana
}
}

return null;
return string.Empty;
}

private void ProcessGroup(MappingGroup groupConfig, ExcelFormat excelFormat, XmlNode node, XmlNamespaceManager nsManager)
Expand Down

0 comments on commit 233057d

Please sign in to comment.