Skip to main content
How to edit mapping?
Jakub Dziuba avatar
Written by Jakub Dziuba
Updated over 5 months ago
  1. Go to the model where you want to edit the mapping.

  2. Enter MODEL FIELDS AND MAPPING.

  3. Select the mapping you want to edit

  4. To edit the mapping click Edit mapping.

  • After clicking, a sidebar will appear on the right.

5.Complete the fields:

  • Name: Name of the field

  • Type: Choose what type of data will be in the field

description of data types (expand list)

String: A sequence of characters, e.g. “Hello world”, “123 Main Street” or any sentence.

Number: Numeric values, such as 42, -100, 3.14 or -9.81.

Boolean: Boolean values, e.g. True or False, often used to represent “yes/no” options or “on/off” status.

Date: Represents a calendar date and sometimes time, often including year, month and day.

Record: A collection of data fields of potentially different types. A structure containing various information under named properties. E.g., a user record with the properties “name” (string), “age” (number) or “active” (logical value).

  • Mode: Nullable/Required/Array

description (expand list)

Nullable (null allowed value): a nullable field means that the field can accept either valid data values or a special null value, which represents the absence of data. This means that a nullable field can be empty or contain null explicitly.

Required (required value): The required field, in turn, dictates that the field must always contain a valid data value. It cannot be left blank or set to null. This ensures that the necessary information is always present and complete in the dataset.

Array: An array type field represents a collection of multiple values of the same data type. It acts as a container for a sequence of elements, each of which corresponds to a specific data type. Arrays are often used to store lists, sequences or sets of related data.

  • Description:

  • Relation

  • Channels assigned to field: Select the channels to which you want to add the field.

  • Mapping rules:

Mapping rules (expand the list)

  • Rename

  • Combine

  • Array to string

  • Add prefix

  • Add suffix

  • Replace single value

  • Replace multiple values

  • Remove single value

  • Remove multiple values

  • Remove duplicates

  • Leave empty

  • Recapitalize

  • Recalculate

  • Percentage Margin

  • Percentage Markup

  • Round

  • Extract from

  • Use lookup table

  • Conditions: setting conditions for mapping

  • Select field

  • Operation: What do you want to do

expand list

  • is equal to

  • is not equal to

  • contains

  • does not contain

  • is blank

  • is not blank

  • starts with

  • does not start with

  • ends with

  • does not end with

  • is greater than

  • is greater or equal to

  • is less than

  • is less or equal to

  • is between

  • is not between

  • is longer than

  • is shorter than

  • matches regex

  • does not match regex

  • is in list

  • is not in list

  • is in list (regexp)

  • is not in list (regexp)

  • Select field

6. Click Preview to make a preview.

7. Finally click Save, to save.

Did this answer your question?