SSC-EWI-TD0057
Binary data in NEW JSON is not supported
Severity
Low
Description
The NEW JSON function accepts the JSON data represented as a string or in binary format. when the data is in its binary representation the function is not transformed since this binary format is not valid in Snowflake because it cannot interpret the metadata about the JSON object, for more information about this please see Teradata NEW JSON documentation.
Example Code
Input Code
IN -> Teradata_01.sql
Output Code
OUT -> Teradata_01.sql
Recommendations
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated