NEW JSON
Translation specification for the function NEW JSON to Snowflake TO_JSON and PARSE_JSON function
Description
Allocates a new instance of a JSON datatype. For more information check NEW JSON Constructor Expression.
The second parameter of the NEW JSON function is always omitted by SnowConvert since Snowflake works only with UTF-8.
Sample Source Patterns
NEW JSON with string data
Teradata
Snowflake
Known Issues
1. The second parameter is not supported
The second parameter of the function used to specify the format of the resulting JSON is not supported because Snowflake only supports UTF-8, this may result in functional differences for some uses of the function.
2. JSON with BINARY data is not supported
Snowflake does not support parsing binary data to create a JSON value, the user will be warned when SnowConvert finds a NEW JSON with binary data.
Related EWIs
SSC-EWI-TD0039: Input format not supported.
Last updated