Parse XML

From Starfish ETL
Revision as of 18:37, 5 April 2019 by Jkuehlthau (talk | contribs) (Created page with "First I add code and External Assemblies to the .NET GLobal section of the Mapping tab: <source lang="csharp"> using System; using System.Collections.Generic; using System.Xml...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

First I add code and External Assemblies to the .NET GLobal section of the Mapping tab:

using System;
using System.Collections.Generic;
using System.Xml;
XmlDocument demographicsXML = new XmlDocument();
XmlNodeList nodes;

External Assemblies: System.dll,,System.Xml.dll,System.Data.dll