CreateSchema
Creates a schema file for the resource.
Input
| Name | Type | Accepts Output Streams | Description |
| TableName | String | False | The name of the collection and also the name of the schema (.rsd) file. |
| URI | String | False | The Uniform Resource Identifier (URI) of the CSV resource. |
| FileName | String | False | The file name of the generated schema file (.rsd file). Use the Location connection property to specify the path to the schema file. |
| FileStream | String | True | An instance of an output stream where file data is written to. Only used if LocalFolderPath is not set. |
Result Set Columns
| Name | Type | Description |
| Result | String | Returns Success or Failure. |
| FileData | String | If the FileName input is empty. |