Export Filtered TM Records FreeBeta
ByAwesome CrowdinVerified Author

Extract and analyze your translation memory data with powerful CroQL filtering

Install

About

Copy link

Export translation memory segments filtered by CroQL queries. Get CSV files with translations only or with full metadata.

How it works

Copy link
  • Select a translation memory from your organization
  • Choose specific languages or export all
  • Filter segments using CroQL syntax
  • Export as CSV (simple or with metadata)

CroQL Examples

Copy link
// Export segments created in May 2025
count of records where ( createdAt between '2025-05-01 00:00:00' and '2025-05-28 23:59:59' ) > 0

// Export frequently used segments
count of records where (usageCount > 3) > 0

Export Formats

Copy link

Simple CSV:

English,Spanish,French
Hello world,Hola mundo,Bonjour le monde
Welcome,Bienvenido,Bienvenue

CSV with metadata:

Segment ID,Created At,Updated At,English,Spanish,Usage Count,Created By
12345,2025-01-15,2025-01-20,Hello world,Hola mundo,42,5

Usage

Copy link
  • Go to Organization Menu → Export Filtered TM Records
  • Select TM and languages
  • Enter CroQL query
  • Choose format
  • Click Export

Export TM with CroQL

Crowdin is a platform that helps you manage and translate content into different languages. Integrate Crowdin with your repo, CMS, or other systems. Source content is always up to date for your translators, and translated content is returned automatically.

Learn More
Categories
TM & Glossaries
Works with
  • Crowdin Enterprise
  • crowdin.com
Details

Released on May 28, 2025

Updated on May 28, 2025

Published by Awesome Crowdin

Identifier:export-filtered-tm