JSON Data Type | Migrating Data to JSON | Teradata Vantage - Migrating Data to the JSON Type - Advanced SQL Engine - Teradata Database

JSON Data Type

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
September 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
gzn1554761068186.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1150
lifecycle
previous
Product Category
Teradata Vantageā„¢
You can migrate data to the JSON type following these steps:
  1. (Optional) If converting from XML to JSON, the XML data must be stored in CLOB or VARCHAR columns.
  2. Verify that the intended JSON data is well-formed and conforms to the rules of JSON formatting.
  3. Create new versions of the tables using the JSON type for columns that will hold the JSON data.
  4. Insert the JSON text (for example, the JSON constructor or string) into the JSON columns.