CreateCustomSchema
Creates a custom schema file based for the given ReportID.
Input
Name | Type | Description |
TableName | String | The name for the new table. |
Description | String | An optional description for the table. |
OutputFolder | String | The path to output the new schema file to. The value for the Location connection string property will be used by default. You will need to set the Location connection property to the location of your schema files. |
ReportID | String | The ID for the report in DoubleClick Campaign Manager. |
Result Set Columns
Name | Type | Description |
Success | String | Whether or not the schema was created successfully. |
SchemaFile | String | The generated schema file. |