Skip to content

PostgreSQL Data Mapping

Data Mapping and Transformation is one of the powerful features of Connect iPaaS. When you create a workflow, certain data points of your Trigger application are available in the Action application for data mapping.

These Data Mapping can be mapped to the specific attributes of the Action application. This powerful capability not only allows field mapping but also the complex transformation using excel style functions with hundreds of formulas and operations.

Example Scenario with ServiceNow Trigger

In the figure 1 below, when a new incident is created on ServiceNow (Privileged), a new record is created in PostgreSQL database. The database has a table named incident which stores the category, Openedby and Short Description of the incident in respective columns. Here the columns are mapped to attributes from ServiceNow.

In the time_of_incident column, the current date and time can be added using the excel function Now().

PostgreSQL Data mapping and transformation

Figure 1. PostgreSQL Data Mapping & Transformation