DownloadXML
Retreives the data and writes it into a specified file.
Input
| Name | Type | Description |
| Topic | String | The topic you want to download. |
| Division | String | The company from which the topic data is downloaded. |
| OutputFilePath | String | The full path of the file to write the output to. |
| AdditionalUrlParameters | String | Semi column separated list of additional parameters in name-value pairs. Example: Params_Period_From=1;Params_Period_To=12 |
| Encoding | String | The FileData input encoding type.
使用できる値は次のとおりです。NONE, BASE64 デフォルト値はBASE64です。 |
Result Set Columns
| Name | Type | Description |
| Success | String | Determines if the operation was successful. |
| FileData | String | If the DownloadLocation and FileStream are not provided, this contains the content of the file. |