Parse XML: Difference between revisions

From Starfish ETL
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 18:37, 5 April 2019

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