JDBC Driver for Marketo

Build 22.0.8462

GetImportLeadsFailures

Downloads and saves the import leads failures file from Marketo.

Input

Name Type Required Accepts Output Streams Description
BatchId String True False The batch Id of the import leads operation to retrieve the failures file for.
FilePath String False 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 False The FileData input encoding type.

The allowed values are NONE, BASE64.

The default value is BASE64.

FileStream String False True An instance of an output stream where file data is written to. Only used if FilePath is not provided.

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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462