ExportTable
Exports the draft version of a table to CSV.
Input
| Name | Type | Accepts Output Streams | Description |
| TableName | String | False | The name of the table to export. |
| LocalPath | String | False | The absolute location where the file will be saved. |
| FileStream | String | True | An instance of an output stream where file data is written to. Only used if LocalPath is not set. |
Result Set Columns
| Name | Type | Description |
| FileData | String | If the LocalPath and FileStream inputs are empty, file data will be output encoded in base64. |
| Success | String | Returns True or False. |