You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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)

  • No labels