Mods
ServiceNow

Policy: GCP > Kubernetes Engine > Region Cluster > ServiceNow > Import Set > Insert Mode

Define the insert mode to be used for records to be sent through to import sets. Single mode will insert incoming data into the specified staging table and trigger transformation based on predefined transform maps in the import set table. Multiple mode will insert multiple records into the specified staging table and trigger transformation based on predefined transform maps or Robust Transform Engine (RTE) configurations in a single request.

It defaults to ServiceNow > Import Set > InsertMode [Default] policy.

Resource Types

This policy targets the following resource types:

Primary Policy

This policy is used with the following primary policy:

Controls

Policy Specification

Schema Type
string
Valid Values [YAML]
  • Single
    
  • Multiple
    
Default template
{{ $.defaultInsertMode }}
Default template input
|
{
defaultInsertMode: policy(uri:"tmod:@turbot/servicenow#/policy/types/serviceNowImportSetInsertModeDefault")
}
Examples [YAML]
  • Single
    

Category

In Your Workspace

Developers