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.
The allowed values are NONE, BASE64. The default value is 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. |