extract_dda_url
Retrieves an extract url given a machine name and a format.
Example
1
{{ 'machine name' | extract_dda_url: 'json' }} => https://someurl
Input
| Type | Parameter | Description | Required |
|---|---|---|---|
| string | machineName | The machine name to search for. Comes before the | sign. | Required |
Output
| Type | Description | |
|---|---|---|
| string | null | The url of the direct data access or null if no extract is found |