Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription
ID of the target data set
ID of the import template (import settings definition)
ID attribute

Which column (code of the column) should be used to store the ID.

Example: L_ID

Receiver Attribute

Which column (code of the column) should be used to store the Receiver.

Example: L_RECEIVER

Content Attribute

Which column (code of the column)should be used to store the source content (e. g. JSON)

Example: L_JSON

Timestamp Attribute

Which column (code of the column) should be used to store the timestamp

L_TIMESTAMP

Mapping

Mapping of source data and data set columns (attributes and indicators)

Example:

L_SENSOR_ID=sensorId,M_ACCELER_X=acceler_x,M_ACCELER_Y=acceler_y,M_ACCELER_Z=acceler_z,M_INERT_ACCELER_X=inert_acceler_x

If the connection is not established at init (e.g. because BellaDati is not running), the action will try to reconnect when sending the data.

Save to File

This action will save the output to a text file on the server. The path to the file is installation_dir/data/NameOfSender/NameOfReceiver/.

...