TDV Adapter for Marketo

Build 23.0.8839

GetImportCustomObjectsWarnings

Downloads and saves the import custom objects warnings file from Marketo.

Input

Name Type Required Description
BatchId String True The batch Id of the import custom objects operation to retrieve the warnings file for.
TableName String True The name of the custom object table. Ex: CustomObject_test
FilePath String False The file and path where the downloaded warnings 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.

The allowed values are NONE, BASE64.

The default value is 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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839