Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The WRITE-AS-JSON-MAP directive converts the record into a JSON map.

Syntax

Code Block
write-as-json-map :column

The column will contain a JSON map of all the fields in the record.

Usage Notes

The WRITE-AS-JSON-MAP directive converts the entire record into a JSON map. If the column already exists, it will overwrite it.

Depending on the type of object a field is holding, it will be transformed appropriately.

Example

Using this record as an example:

...