export_raw_csv
Export raw CSV data from Cronometer for nutrition tracking, including servings, daily summaries, exercises, biometrics, or notes. Specify date range and data type to download unprocessed records.
Instructions
Export raw CSV data from Cronometer for any data type.
Useful when you need the full unprocessed export.
Args: export_type: One of 'servings', 'daily_summary', 'exercises', 'biometrics', 'notes'. start_date: Start date as YYYY-MM-DD (defaults to today). end_date: End date as YYYY-MM-DD (defaults to today).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| export_type | Yes | ||
| start_date | No | ||
| end_date | No |