To successfully submit a SAINT Import, call Saint.ImportCreateJob to
specify the parameters for the Import job and the header columns to be
classified.
After submitting the job, you can iteratively populate row data by
calling
Saint.ImportPopulateJob.
After sending all data, call
SAINT.ImportCommitJob
to finalize the Import job and submit it to the SAINT processing queue.
SAINT.ImportCreateJob Parameters
Parameter
Type
Description
check_divisions
xsd:int
Specifies whether to check report suites for compatible
divisions. Supported values include:
0: Do not check report suite compatibility.
1: (Default) Check report suite
compatibility.
description
xsd:string
A description of the import job.
email_address
xsd:string
The email address to receive job notifications.
export_results
xsd:int
Specifies whether to automatically perform an export when
the import job finishes processing. Supported values include:
0: (Default) Do not export.
1: Export when the job completes.
header
array(xsd:string)
An array of column values for classification.
overwrite_conflicts
xsd:int
Specifies whether to overwrite data when conflicts occur.
Supported values include:
0: (Default) Do not overwrite data on a
conflict.
1: Overwrite data on a conflict.
relation_id
xsd:int
The relation ID. You get this ID as a return value from
SAINT.GetCompatibilityMetrics.
For example,
53 is the ID for the "campaign" relation.
report_suite_array
array(xsd:string)
(Optional) The list of report suites to receive the import
job.
SAINT.ImportCreateJob Response
Type
Description
xsd:int
A unique job ID that identifies this SAINT import job. If
the job import is unsuccessful, SAINT returns an error instead of a job ID.
Comments (0)
Must be logged in to comment. Login or register now to comment!