Skip to main content
Reads every item kept in a storage and places them into your data, grouped under their identifiers. Use this when you need the whole contents of a storage at once, for example to load a full lookup table that was saved on an earlier run. The items are placed at the location you choose, ready for the next steps to work with.

Fields

Sample data

This transformer reads from a configured storage backend, so there is no fixed before and after to show. The example below loads every item in the storage and places them at currencies, each grouped under its own identifier.
FieldValue
StorageA storage set up beforehand
Destinationcurrencies