Analytics > CSV file structure
Export process to CSV
Export any running process to CSV directly from Tallyfy. Open the process, click the More menu, and select Export CSV. The file downloads in seconds with all tasks, form answers, comments, and timestamps.
This is a Pro plan feature. Light members can’t access it.
- View access to the running process
- Admin or Standard member role (not Light)
- Open the running process you want to export.
- Click the More dropdown in the process sub-navigation bar.

- Select Export CSV from the menu.

- The CSV file downloads to your computer automatically.
Each row represents a task, form field answer, or comment. You get 49 columns covering:
- Process info - name, ID, source template, start/end dates, owner
- Task info - name, status (complete, active, waiting), due dates, completion times, assignees
- Milestone data - IDs, names, and positions for milestone checkpoints
- Form field data - field names, answers, field types, file upload details
- Hidden tasks - even auto-skipped tasks appear in exports, which helps for audits
- Comments and issues - comment text, issue reports, resolution status
The CSV file structure article covers all 49 columns in detail.

For exporting many processes at once, use the open-source Python script in the api-support repository ↗. It can:
- Export all processes to a single CSV
- Filter by status (active, complete, or all)
- Filter by template ID
- Handle pagination automatically
# Export all processespython3 export_processes_csv.py
# Export only active processespython3 export_processes_csv.py --status active
# Export processes from specific templatepython3 export_processes_csv.py --template YOUR_TEMPLATE_IDThe script produces the same 49-column format as manual exports - one row per task. See API code samples for more programmatic options.
Besides manual CSV export, you can:
- Use webhooks to send form data to external systems automatically when tasks complete
- Connect via API to pull form field data programmatically
- Set up middleware (Zapier, Make) to stream form responses to spreadsheets
See webhook setup for automated data export.
- Analysis - open in Excel or Google Sheets to measure task durations, find bottlenecks, or compare team performance
- Reporting - build charts showing completion trends, cycle times, or bottleneck patterns
- Backup - keep offline copies of important processes for future reference
- Integration - feed data into Power BI, Tableau, or other analytics tools
- Auditing - every action, timestamp, and decision is recorded for compliance
Tracking And Tasks > Tracker view
Tracking And Tasks > An overview of processes
Processes > Process lifecycle management
Was this helpful?
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks