The WRITE command serializes the JSON object out to a specified file. You will use the SET command one or more times prior to using the WRITE command to set up the data in the document.
Syntax:
Command | Keyword | Value | Developer notes |
|---|---|---|---|
WRITE | FILE | value | Required. File path. |
BINDTRACE | *YES | Optional. Trace the outbound bind result. | |
*NO | Default. | ||
FILTER | value | Optional. See FILTER. |
Example
WRITE FILE(/folder/file.json) BINDTRACE(*YES)