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 a binary dataset file from disk and create temporary tables from its contents
Reads a binary dataset file written by ExecuteTextToDataset or WriteDatasetToFile and loads each table into a corresponding temporary table. Use to transfer data produced in a previous script step or batch run into the current session.
| Parameter | Description |
|---|---|
| cmd | Path to the binary dataset file (.DS) to read |
| Argument 0 | Temporary table name root (each table is named root + index) |
| Argument 1 | Naming convention for table creation, as defined by DatasetToTables |
| Argument 2 | Not used |
| Argument 3 | 1 to clean strings (strip control characters) when loading rows; default false |
DatasetFileToTable "Path to the binary dataset file (.DS) to read", "Temporary table name root (each table is named root + index)", "Naming convention for table creation, as defined by DatasetToTables", "Not used", "1 to clean strings (strip control characters) when loading rows; default false"