USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Load an XML dataset file from disk and create temporary tables from its contents
Reads an XML-format dataset file (the same format produced by ExecuteTextColl) from disk and loads each DataTable in the dataset into a corresponding temporary table. The temp table name is formed from the root string plus an index.
| Parameter | Description |
|---|---|
| cmd | Path to the XML dataset file (.DS format) to read |
| Argument 0 | Temporary table name root (each table is named root + index) |
| Argument 1 | Not used |
| Argument 2 | Naming convention for table creation, as defined by DatasetToTables |
| Argument 3 | 1 to clean strings (strip control characters) when loading rows; default false |
XmlFileToTable "Path to the XML dataset file (.DS format) to read", "Temporary table name root (each table is named root + index)", "Not used", "Naming convention for table creation, as defined by DatasetToTables", "1 to clean strings (strip control characters) when loading rows; default false"