upsert- dopisz lub zaktualizuj, jeżeli wartość podana w parametrze "Klucz" już istnieje.
Klucz
Tekst
Klucz, którego wartosć będzie sprawdzana przy typie synchronizacji "upsert".
Parametr*- pole wymagane
Warning
Dane ze źródła danych nie zostaną pomyślnie zapisane w tabeli w bazie danych, jeżeli zwrócone wartości nie są zgodne ze zdefiniowanymi typami kolumn tabeli.
Panel
bgColor
white
titleBGColor
light
title
Przykładowa konfiguracja
English
Info
If you have trouble understanding how the action works, check the description: Scheduled task
Panel
bgColor
white
titleBGColor
light
title
Description
A scheduled task that allows you to rewrite data from a datasource to a database.
Panel
bgColor
white
titleBGColor
light
title
Requirements
One or more defined data sources that enable the data read operation.
Panel
bgColor
white
titleBGColor
light
title
Configuration parameters
Name of the parameter
Parameter type
Description
Notes and restrictions
Datasource id*
Text
Id of the datasource from which the data will be rewritten.
Database name*
Text
The name of the database where the data will be saved.
Schema name in database*
Text
The schema in the database where the target table exists.
Table name*
Text
Name of the table in which the data will be saved.
Parameters mappings*
Text
Mapping the output parameters from data source to the corresponding column names from the database table.
Parameter mapping formula:
<dataSourceParameter>=<TableColumn>
Subsequent mappings should be separated by a comma, e.g.