Collections
Categories
Partners
Other
Extract and analyze your translation memory data with powerful CroQL filtering
Export translation memory segments filtered by CroQL queries. Get CSV files with translations only or with full metadata.
// 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
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
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 MoreReleased on May 28, 2025
Updated on May 28, 2025
Published by Awesome Crowdin
Identifier:export-filtered-tm