Fields
Sample data
This transformer writes progress into a configured storage and passes your data through unchanged, so it has no before/after of its own to show. The example below shows a typical configuration: for each record, the identifier atid is marked as processed at the date read from updated_at. A later Storage: Load progress run pointed at the same storage would then report that identifier and date as the resume point.
| Field | Value |
|---|---|
| Storage | A configured storage |
| Path to date | updated_at |
| Path to entity identifier | id |
| Date format | (empty, detected automatically) |