Statcan Csv Url
statcan_csv_urlReturn the StatCan-hosted URL for a full cube as a CSV download (doesn't fetch the file — hands back a direct URL).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | en | fr (default en). | |
| product_id | Yes | Cube product ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Response status from API | |
| language | Yes | Language code | |
| product_id | Yes | Cube product ID | |
| download_url | Yes | StatCan-hosted CSV download URL |