Devart SurveyMonkey Destination component loads data into SurveyMonkey objects. It has the following custom properties:
Property
|
Description
|
Action
|
A DML operation to apply to the target object. Default value is Insert. The following values are supported:
• | Insert - This is the most common operation. |
• | Update - Devart SurveyMonkey Destination component in the Update mode enables updating data in a data source. Peculiarity of this action consists in the fact that performing it requires using primary key values of the target table (the Id value for cloud sources). Thus, when performing an update, you must know and specify the primary key values of the target table to update a record. |
• | Delete - Devart SurveyMonkey Destination component in the Delete mode enables deleting data from a data source. As well as for the update operation, you must know and specify the primary key values of the target table to delete a record. |
• | Upsert - Not supported for SurveyMonkey. |
• | HardDelete - Not supported for SurveyMonkey. |
|
BatchSize
|
The maximum number of records to send as one (single) batch to the server while performing an Insert operation. The default value is 1.
|
ObjectName
|
The name of a SurveyMonkey object to load data into.
|