Push Data to Database

Steps to follow

  1. From the Processing & Pipelines module select Build Pipelines section.

  2. Click the Push Data to Database button, a popup appears.

  3. Select a DB Connection which have been already configured.

  4. Enter the Database Table Name to create or update the data that exists on the database.

  5. Enter the Chunk size you need to insert data into database

  6. Select Replace Table from drop down if exists if you need to drop the previous table or Append to add data into the old table.

  7. Click Push to Database to store the pipeline.

Walkthrough

Last updated