The Const worker can be used in place of a Grabber during testing, to generate or store JSON data right within your pipeline. They eliminate the need for an external data source during testing, meaning that pipeline development can continue, even while you’re waiting for access to the intended data source.
Static Data
There are two ways to store static data within a Const worker:
1. Auto generate data via UI
2. Paste data from another source
This functionality is useful when you’ve got an existing sample of the data that will be run through your pipeline.