CreateSchema

Creates the schema file for the specified SharePoint list. The schema file may be customized manually to exclude unwanted columns or include additional information about columns.

Input

Name Type Description
SchemaDirectory String The directory where the schema file will be saved to. To begin querying these new files, set the Location connection property to the folder containing these new schema files.
Table String The name of the table for which to create a schema.
TableDescription String An optional description of the table.

Result Set Columns

Name Type Description
Result String Returns Success or Failure.
SchemaFile String The generated schema file.
Columns String The number of columns found.