DownloadXML
Retreives the data and writes it into a specified file.
Input
Name | Type | Accepts Output Streams | Description |
Topic | String | False | The topic you want to download. |
Division | String | False | The company from which the topic data is downloaded. |
OutputFilePath | String | False | The full path of the file to write the output to. |
AdditionalUrlParameters | String | False | Semi column separated list of additional parameters in name-value pairs. Example: Params_Period_From=1;Params_Period_To=12 |
Encoding | String | False | The FileData input encoding type.
使用できる値は次のとおりです。NONE, BASE64 デフォルト値はBASE64です。 |
FileStream | String | True | An instance of an output stream where file data is written to. Only used if OutputFilePath is not provided. |
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. |