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 the current XML document into a temporary database table
Creates a temporary table from the XML records in the mdoc buffer and inserts all rows. Column names are derived from XML tag names. The table name must include $tempdb$ to create it in the temp database rather than the main database. The first record must contain all fields. Optionally untags field names and ignores legacy flag fields.
| Parameter | Description |
|---|---|
| cmd | Destination table name (include $tempdb$ for a temp table) |
| Argument 0 | "1" or "True" to untag field names (reverse FieldTag conversion) |
| Argument 1 | "1" or "True" to ignore v6 flag fields A and B |
| Argument 2 | Comma-separated list of fields to include (blank for all fields) |
XmlToTempTable "Destination table name (include $tempdb$ for a temp table)", ""1" or "True" to untag field names (reverse FieldTag conversion)", ""1" or "True" to ignore v6 flag fields A and B", "Comma-separated list of fields to include (blank for all fields)"