Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Description

Dataflow’s Onesait Delete destination stage deletes information of the configured ontology.

image-20240613-152724.png

How to use it

Importing to the pipeline look for Delete in the stages palette like this:

image-20240613-152757.png

Drag and drop to the panel.

image-20240613-152829.png

Once imported, it can be configured to achieve different behaviours depending on the case.

Available configuration tabs

General

This tab shows general information and an option to show the event generator point on the stage

image-20240613-152909.png

Checking the "Produce Events" option the stage shows another point to make usage of the events.

image-20240613-152942.png

The events triggered are:

  • Document deleted

    • Which sends the deleted records in a list (data-deleted)

  • Document not deleted

    • Which sends the not deleted records in a list (data-not-deleted)

Example data deleted:

image-20240613-153001.png

Conection

This tab shows a form to fill with the Digital Broker information of the Onesait platform.

image-20240613-153021.png

Destination

This tab shows the main form of the stage. It can be configured to use sql sentences.

image-20240613-153121.png

ThreadPool: number of thread to execute.

Generate error when no records are deleted: Generates an error if no records are deleted

Filetring fields: Fields used to perform the filter of delete operation.

Use SQL: change mode to SQL sentence.

image-20240613-153138.png

Query: SQL Query to delete data.

  • No labels