Storage to Tables DDL files
This is the description of the DDL files used for a Storage to Tables data operation.
👁️🗨️ Example
{
"schema": [
{
"name": "COMPANYCODE",
"type": "STRING",
"description": "Company code."
},
{
"name": "STOREID",
"type": "STRING",
"description": "ID of the store. Foreign key to stores table."
},
{
"name": "STOREDESC",
"type": "STRING",
"description": "Store name."
},
{
"name": "STORETYPE",
"type": "STRING",
"description": "Store type."
}
]
}⚙️ Parameters
Parameter
Description
Last updated