Skip to main content
Empties a storage completely, permanently removing every item it holds. Use it to start a run from a clean slate, for example clearing a lookup table or a set of staged records before you fill it again. There is nothing to target and nothing to undo: every item in the chosen storage is deleted, the action is permanent, and it cannot be reversed if the run later fails. For that reason, place it carefully, typically at the very start of a run, and make sure it points at the right storage. This affects only the chosen storage; the data flowing through your transformation is passed along unchanged.

Fields

Sample data

This transformer empties the storage as a side effect and does not alter the data passing through it, so there is no before/after to show. There are no other settings: point it at the storage you want to clear, and every item in that storage is deleted.
FieldValue
StorageA configured storage