Fields
Sample data
This transformer reads progress from a configured storage, so what it adds to your data depends on what an earlier Storage: Track progress run recorded. The example below shows a typical configuration that uses the default paths and format. With it, the previously reached date is written totracker_state_date and the already-processed identifiers to tracker_state_identities. When no progress has been saved yet, the start date (by default 1970-01-01) is written instead and the identifiers list is empty.
| Field | Value |
|---|---|
| Storage | A configured storage |
| Path to date | tracker_state_date (default) |
| Date format | Y-m-d\TH:i:sP (default) |
| Path to entity identifiers | tracker_state_identities (default) |
| Start date | 1970-01-01 (default) |