Read XML Single Node - Get Connection String (edit)
- Regular expression for tokenizing connection string
- Regular expression for extract string
- Read XML Document
- Search XML Node by Attribute Value
Regular expression for tokenizing connection string
https://stackoverflow.com/questions/27842864/regular-expression-for-tokenizing-connection-string
C# Regular Expression to find values within a string
https://stackoverflow.com/questions/46028777/c-sharp-regex-to-find-values-within-a-string
https://stackoverflow.com/questions/43907650/c-sharp-regex-to-extract-a-value-from-a-string
Select XML Nodes by Attribute Value
https://www.csharp-examples.net/xml-nodes-by-attribute-value/
https://stackoverflow.com/questions/14501038/search-xml-file-for-nodes-with-specific-attribute-value-in-net-2
XDocument & XElement
https://docs.microsoft.com/en-us/dotnet/standard/linq/find-element-specific-attribute
Open XML Document - Excel Export using OpenXML
https://manhng.com/blog/documentformatopenxml-and-excel-export/