CreateMetadataFile
Creates a metadata file for the specified dataset.
Input
Name | Type | Description |
Charset | String | The charset of the table.
The default value is UTF-8. |
FieldsDelimitedBy | String | The delimiter of the table columns.
The default value is ,. |
LinesTerminatedBy | String | The delimiter of the table lines.
The default value is \r\n. |
TableName | String | The name of the table or view. Ex : 'Dataset_Title |
FileName | String | The full file path and name of the metadata file to generate. Ex : 'C:\\Users\\User\\Desktop\\SFTableauCRM\\DataSetTest.json' |
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. |