ExternalSourceHelper/ParseCsvFromUrlToDictionary
Obtains CSV from a URL and converts it to a dictionary.
Request Information
Parameters
Name | Description | Type |
---|---|---|
url |
Retrieval URL |
String |
config |
Settings for parsing CSV |
ParseConfiguration |
BasicAuthenticationId |
Basic authentication username |
String |
BasicAuthenticationPassword |
Basic authentication password |
String |
Response Information
Response Description
Description | Type |
---|---|
Object list |
IEnumerable`1 |