Appearance
Export Database
Exports the database to text files. The text files are saved on the server.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| System | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Directory | string | Directory on the server where the export files are saved. | yes | ||
| Brackets | boolean | If 'True' the dimension items are exported with brackets ([Item]). The default value is 'True'. | no | true | |
| Coding | string | Coding of the file: Ansi, Ascii, BigEndianUnicode, Unicode (Utf16/Utf-16), Utf7 (Utf-7) or Utf8 (Utf-8). The default value is Utf8. | no | Utf8 | Ansi, Ascii, BigEndianUnicode, Unicode, Utf7, Utf8 |
| Parallel | boolean | If 'True' multiple threads are used. The default value is 'True'. | no | true |
Result
No fields
Code
text
EXPORT DATABASE
DIRECTORY=[string, Needed]
BRACKETS=[boolean, default=true]
CODING=[string, default=Utf8, values=[Ansi,Ascii,BigEndianUnicode,Unicode,Utf7,Utf8]]
PARALLEL=[boolean, default=true]