Title here
Summary here
Reads data from a xml source. This can be any http resource or a file. By default, data is pulled via httpclient. Use the ResourceType property to read data from a file.
public class XmlSource : XmlSource<ExpandoObject>, IDataFlowStreamSource<ExpandoObject>, IDataFlowExecutableSource<ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowStreamSource, IDataFlowExecutableSource, IDataFlowSource, IDataFlowComponent, ILoggableTask
XmlSource<POCO> source = new XmlSource<POCO>("https://test.com");
public XmlSource()
public XmlSource(string uri)
Type | Name | Description |
---|---|---|
string | uri |
public XmlSource(string uri, ResourceType resourceType)
Type | Name | Description |
---|---|---|
string | uri | |
ResourceType | resourceType |