Skip to content

Insert into databse

Description

This activity inserts data in specified database table using user-specified values. if user does not specify the column then the matching columns are uploaded into data base.

Input

Data

Output

Updated data in the database

Configuration Fields

  • Connection Configuration options to establish a connection to a database
  • Table Table in the selected datasource where you want to upload the data
  • Create table if not exists Creates table if not exists
  • ColumnMap Name of the column to transform and the transformation to apply to the column(note: the target names must match the original column name in the database)

Sample Input

CountryGenderCompany
JapanMaleHirthe and Sons
JapanFemaleSipes Group
FranceMaleK Mart
BrazilMaleMiller Inc
BrazilMaleRoob and Sons

Sample Configuration

alt text

Sample Output

Data inserted into the database

India
Japan
Japan
France
Brazil
Brazil