Skills Product & Business TwinMind Migration Guide

TwinMind Migration Guide

v20260311
twinmind-migration-deep-dive
Step through assessment, export, transformation, import, and verification to migrate meetings from Otter.ai, Fireflies, Rev, Zoom, Teams, and other services into TwinMind with platform-specific exporters and validation tooling.
Get Skill
450 downloads
Overview

TwinMind Migration Deep Dive

Contents

Overview

Comprehensive guide for migrating from Otter.ai, Fireflies.ai, Rev.ai, Zoom, Google Meet, Teams, and other meeting AI services to TwinMind. Covers assessment, export, transformation, import, and verification.

Prerequisites

  • TwinMind Pro/Enterprise account
  • Export access on source platform
  • Understanding of data formats
  • Sufficient storage for migration data

Instructions

Step 1: Assess Current Data

Build a migration assessment script that scans exported files, counts transcripts, calculates total duration hours, identifies date range and data formats, estimates migration time, and flags potential issues.

Step 2: Export Data from Source

Use platform-specific exporters: Otter.ai (via Puppeteer web scraping), Fireflies.ai (GraphQL API), Rev.ai (REST API with transcript retrieval), Zoom (VTT file parsing).

Step 3: Transform Data to TwinMind Format

Build transformer functions per source: transformOtterToTwinMind(), transformFirefliesToTwinMind(), transformRevToTwinMind(), transformZoomVTTToTwinMind(). Map speakers, segments, timestamps, and metadata to TwinMind's Transcript schema.

Step 4: Import to TwinMind

Create batch import with configurable batch size, rate limit delays, duplicate detection (by original_id metadata), and progress logging.

Step 5: Verify Migration

Run verification comparing source vs imported counts, spot-checking content (word count within 10%), validating duration accuracy, and identifying missing transcripts.

See detailed implementation for complete assessment script, platform exporters, transformers, batch importer, and verification code.

Output

  • Migration assessment tool
  • Platform-specific exporters
  • Data transformation functions
  • TwinMind import utility
  • Verification scripts

Error Handling

Issue Cause Solution
Export rate limited Too many requests Add delays between requests
Data format changed API version update Update transformer functions
Import duplicate Already migrated Skip or overwrite (dedup by original_id)
Missing speakers Source didn't export Set as "unknown"

Examples

Basic usage: Apply twinmind migration deep dive to a standard project setup with default configuration options.

Advanced scenario: Customize twinmind migration deep dive for production environments with multiple constraints and team-specific requirements.

Platform Comparison

Feature TwinMind Otter.ai Fireflies
WER 5.26% ~8% ~7%
Languages 140+ 30+ 60+
On-device Yes No No
No audio storage Yes No No

Resources

Congratulations!

You have completed the TwinMind skill pack.

Info
Name twinmind-migration-deep-dive
Version v20260311
Size 4.37KB
Updated At 2026-03-12
Language