/
Method: MergeSourcesToXml ( … )
Method: MergeSourcesToXml ( … )
Merges all the specified data source names into a single Xml-document. The data sources must be of the Table-type.
Syntax
string MergeSourcesToXml( string[] sourceNames )
Method Parameters
stringsourceNames
// A list of all the data source names to merge into an Xml-document.
Example
Below example shows how to merge the content from 3 named data-sources into an Xml-document, and then set the Xml content as a source on the Data Sources Stack (e.g. so it can be processed by other Action commands.
string myXml = MergeSourcesToXml( "Products", "Categories", "Features" );
Sources["MyXmlData"] = myXml;
, multiple selections available,
Related content
Method: Join( … )
Method: Join( … )
Read with this
Method: Sources.Find( … )
Method: Sources.Find( … )
Read with this
FTP.FILELIST
FTP.FILELIST
More like this
Method: FillTemplate ( … )
Method: FillTemplate ( … )
Read with this
Perfion Execute Action Query
Perfion Execute Action Query
More like this
The Perfion Query - FROM
The Perfion Query - FROM
More like this