JDBC Driver for Marketo

Build 22.0.8462

GetExportJobFile

Returns the file content of an export job. The export job must be in 'Completed' state. Use GetExportJobStatus to get the status of an export job.

Input

Name Type Required Accepts Output Streams Description
JobId String True False The id of the export job.
Type String True False The type of the BulkExtract. Available values are : Activities, Leads, ProgramMembers

The allowed values are Activities, Leads, ProgramMembers.

File String False False The file path where you want to store the file.
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 FileLocation is not provided.

Result Set Columns

Name Type Description
ResponseData String The content of the file. Returns data only if File and FileStream is not specified.

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