Skip to main content
You can take your workspace data out of TalkValue at any time. CSV is the default format, and the CLI handles repeatable scripted exports. The dashboard surfaces the same data in tables, and account-level portability requests are handled by support.

What you can export

The exports give you the underlying data as you put it in plus what TalkValue derives (de-duplication keys, channel attribution). They don’t include behavioral analytics summaries (those are recomputed on import).

People export

Two paths, same data. From the CLI. The fastest repeatable export is:
The command streams every person in the active workspace as CSV to stdout. Columns match the dashboard’s CSV export. Pipe it into a transformer, save it to a file, or schedule it from a cron job. Full details in talkvalue path person export. From the dashboard. Open Path → People. The toolbar above the table has an Export CSV button that downloads people.csv with every person in the workspace, using the same columns as the CLI export.

Event registrant export

Run talkvalue path event person export <eventId> to emit a CSV of every registrant on that event: name, email addresses, company, job title, phone numbers, address, avatar and social URLs, and the date the person joined the event. For an event still taking registrations, export at the end for the final state.

Round-trip exports (CLI)

The CLI gives you both halves of the round-trip when you need to export, transform externally, and re-import. See Recipe: CSV import for the canonical pattern, or use talkvalue path person list --json for structured output when CSV columns aren’t enough.

Account-level portability

For a full account-level portability package (everything tied to your account across every workspace, in a single bundle), email support@trytalkvalue.com from the account email. Include the account email, your preferred format (JSON, CSV, or both), and the workspaces to include (or “all”). Support replies within 2 business days and delivers a signed download link valid for 7 days. The package is account-scoped: it captures data tied to your account, not the entire workspace. For a full workspace bundle, use the per-resource exports above as the workspace Admin.

Retention after deletion

When you delete a workspace (General → Delete workspace), data is removed from the live application immediately and purged from backups within the standard retention window. After the purge, the data cannot be restored. When you delete your account, your account identity is removed and your memberships are dropped from every workspace. Workspace data you created stays with the workspaces, and each workspace keeps its activity history intact. Request a full data wipe explicitly if you want every trace removed. Export anything you want to keep before either deletion. There is no undo window once the deletion completes.