ExternalSourceHelper/ParseCsvFromUrlToObject
Maps a CSV obtained from a given URL to an object.
Request Information
Parameters
| Name | Description | Type |
|---|---|---|
| url |
Retrieval URL |
String |
| mapper |
Function to map a CSV to a returned object. (AutoMapper format) |
Func`2 |
| config |
Settings for parsing CSV |
ParseConfiguration |
| validator |
Function to validate a CSV |
Func`2 |
| BasicAuthenticationId |
Basic authentication username |
String |
| BasicAuthenticationPassword |
Basic authentication password |
String |
Response Information
Response Description
| Description | Type |
|---|---|
|
Object list |
IEnumerable`1 |