GetImportProgramMembersFailures
Downloads and saves the import program members failures file from Marketo.
Input
Name | Type | Required | Description |
BatchId | String | True | The batch Id of the import program members operation to retrieve the failures file for. |
FilePath | String | False | The file and path where the downloaded failures file will be saved, i.e. 'C:\temp\myfile.csv'. Note the file contains CSV (comma separated value) data. |
Encoding | String | False | The FileData input encoding type.
使用できる値は次のとおりです。NONE, BASE64 デフォルト値はBASE64です。 |
Result Set Columns
Name | Type | Description |
FileData | String | The file data. This is only populated if the 'FilePath' and 'FileStream' input was not set to write the data to a file. Note the file contains CSV (comma separated value) data. |