CreateMetadataFile
Creates a metadata file for the specified dataset.
Input
| Name | Type | Accepts Output Streams | Description |
| Charset | String | False | The charset of the table.
The default value is UTF-8. |
| FieldsDelimitedBy | String | False | The delimiter of the table columns.
The default value is ,. |
| LinesTerminatedBy | String | False | The delimiter of the table lines.
The default value is \r\n. |
| TableName | String | False | The name of the table or view. Ex : 'Dataset_Title |
| FileName | String | False | The full file path and name of the metadata file to generate. Ex : 'C:\\Users\\User\\Desktop\\SFTableauCRM\\DataSetTest.json' |
| FileStream | String | True | An instance of an output stream where file data is written to. Only used if FileName is not set. |
Result Set Columns
| Name | Type | Description |
| Result | String | Returns Success or Failure. |
| FileData | String | File data that will be outputted encoded in Base64 if the FileName and FileStream inputs are not set. |