Merge Data Table

Last modified by Nhan Nguyen on 2022/05/13 03:03

RCA.Activities.Core.MergeDataTable

Description

This activity allows you to merge DataTable with the current DataTable whether to preserve changes or handle missing schema in the current DataTable.

merge data table.jpg

(* is mandatory)

Properties

Input

  • Destination (DataTable)* - The data table that takes the data from the source data table and handles the changes and missing schema.
  • Source (DataTable)*- The data table to be merged with the destination data table.

Misc

  • Public (Checkbox) - Check if you want to publicize it. Remember to consider data security requirements before using it.
  • Display Name (String) - The name of this activity. You can edit the name of the activity to organize and structure your code better.
    Eg: Merge Data Table.

Option

  • Missing Schema Action (DropDownList) - You can have various options to choose to add action to the current table. This contains Add, Ignore, Error, Addwithkey.

Table of Content

  
Navigation