DATABASE_IMPORT_DATASET

DATABASE_IMPORT_DATASET Worker Added to Workflows

Overview

A new worker, DATABASE_IMPORT_DATASET, has been added to Workflows.

This worker imports data from a dataset into a database table by allowing users to map dataset columns to database fields. During execution, the worker inserts new records from the dataset while leaving existing records in the database unchanged.

Key Features

  • Added the DATABASE_IMPORT_DATASET worker to Workflows
  • Maps dataset columns to database table fields
  • Imports dataset records into a database table
  • Inserts new records without modifying existing records
  • Simplifies data import and database integration workflows