ODBC Driver for YouTube Analytics

Build 23.0.8839

CreateCustomSchema

Creates a custom schema file based on the specified Dimensions and Metrics.

CreateCustomSchema

Creates a custom schema file based on the specified Dimensions and Metrics.

A custom schema may be used for a more tailored approach to your data. Custom options may include comma-separated lists for specific data.

Input

Name Type Required Description
TableName String True The name for the new table.
FileName String False The full file path and name of the schema to generate. Ex : 'C:\\Users\\User\\Desktop\\JiraSD\\DataSetTest.rsd'
Description String False An optional description for the table.
Dimensions String False A comma-separated list of dimensions to include in the schema file.
Metrics String True A comma-separated list of metrics to include in the schema file.

Result Set Columns

Name Type Description
Success String Whether or not the schema was created successfully.
SchemaFile String The generated schema file.
FileData String The generated schema encoded in Base64. Only returned if FileName or FileStream is not set.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839