extract_data
Retrieves data from an extract based on the machine name and parameters.
Example
1
2
3
{{ "sales_by_month" | extract_data: 123 }} => [
"requests_day" => 123,
]
Input
Type | Parameter | Description | Required |
---|---|---|---|
string | machineName | The machine name of the extract. Comes before the | sign. | Required |
mixed | …params | The extractable parameters for the extract (key-value pairs) |
Output
Type | Description |
---|---|
mixed | The data from the extract |