ExportTable
Exports the draft version of a table to CSV.
Input
| Name | Type | Description |
| TableName | String | The name of the table to export. |
| LocalPath | String | The absolute location where the file will be saved. |
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. |