Versions Compared

Key

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

...

 In this pipeline, the TPT Delete Snap deletes the TPT table items by providing a delete query condition. The TPT Insert Snap inserts the values into the TPT records via the upstream JSON Generator Snap. 

 Image Removed

 Image Added

The upstream JSON Generator Snap supplies the values to be inserted into the records of the target TPT Table. The respective output preview is as displayed:


 Image AddedImage Added

Image Removed Image Removed 

The TPT insert Snap inserts the values into the records of the TPT table Table Delete under the schema, ADW SNAPL. Additionally provide the Fetch metadata delay field with a time of 5secs to avoid the conflict of parallel TPT executions in the pipeline. 

 Image Removed

 Image Added

 

The output preview at the TPT Insert Snap is as displayed below: 


 Image RemovedImage Added

 

The Mapper Snap maps the values to the target path, here, the value 103 is mapped to the column empno.


 Image Added

Image Removed

 

The TPT Delete Snap deletes the items from the table, "ADW_SNAPL"."Delete_Table item1" by  providing the delete condition, empno > :empno which deletes all the items that have the empno greater than the value 103. Leave the Delete Condition field empty if the entire table needs to be deleted. 

 

Image RemovedImage Added

 

The successful execution of the pipeline displays the below output preview:

(Note that the two rows having the value greater than103 have been deleted from the table)

 

Image RemovedImage Added

Panel
titleSnap History

4.8.0

  • Introduced the Snap in this release.

...