Inserting the Records Into an Existing Table in the Database

This example pipeline demonstrates how to insert the records into an existing table in the database using the PostgreSQL Insert Snap.
ex1-postgresql-insert-pipeline
Download this pipeline.
  1. Configure the Mapper Snap with the static or dynamic values you want to insert in the database for different variables.
    maper-config
  2. Configure the PostgreSQL Insert Snap to insert the values in a table in the database.
    ex1-postgresql-insert-config
  3. Validate the pipeline. A success message appears with all the values inserted in the database.
    ex1-postgresql-insert-output