Skip to content

Merge Data Table

Function Description

TIP

Merge the specified data table with the current data table, specifying whether to keep changes and how to handle schemas missing in the current data table.

Configuration Item Description

General

Command Input

  • DestinationTDataTable: The data table object to which the source data table will be merged.

  • SourceTDataTable: The data table object to be added to the destination data table.

  • Missing Schema ActionInteger: Missing Schema Action

  • Preview in Data TableBoolean: Preview in Data Table

  • Output Variable Value of Print ComponentBoolean: When checked, the variable data or value generated by the component will be output and printed in the console log.

Command Output

  • Output Data TableTDataTable: The generated merged data table variables.

Error Handling

  • Print Error LogsBoolean: Whether to print error logs to the "Logs" panel when the command fails. Default is checked.

  • Handling MethodInteger:

    • Terminate Process: If the command fails, terminate the process.

    • Ignore Exception and Continue Execution: If the command fails, ignore the exception and continue the process.

    • Retry This Command: If the command fails, retry the command a specified number of times with a specified interval between retries.

Usage Example

Process logic description:

Common Errors and Handling

None

Frequently Asked Questions

None