PHPackages                             studiomitte/csv2xlf - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. studiomitte/csv2xlf

ActiveTypo3-cms-extension[Parsing &amp; Serialization](/categories/parsing)

studiomitte/csv2xlf
===================

Convert CSV to XLF

0.1.0(1y ago)03GPL-2.0-or-laterPHP

Since Jul 2Pushed 1y ago2 watchersCompare

[ Source](https://github.com/studiomitte/csv2xlf)[ Packagist](https://packagist.org/packages/studiomitte/csv2xlf)[ RSS](/packages/studiomitte-csv2xlf/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (10)Versions (2)Used By (0)

TYPO3 Extension `csv2xlf`
=========================

[](#typo3-extension-csv2xlf)

[![TYPO3 12](https://camo.githubusercontent.com/08afacc49187e63c796f7d1c4401d0f0563bab574d9c525312b2827acb09a7c5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31322d6f72616e67652e737667)](https://get.typo3.org/version/12)

This extension provides a command to generate a XLF file and its translations from a CSV file.

The typical use case is to provide an online Excel/Google Docs for clients to provide translations which then are converted to XLF files.

Installation
------------

[](#installation)

```
composer require studiomitte/csv2xlf
```

Usage
-----

[](#usage)

### CSV to XLF

[](#csv-to-xlf)

CSV looks like this

```
"key","en","de"
"example","This is an example NEW","Das ist ein Beispiel","Ceci est un exemple"
"example2","Datenschutzhinweis (bs)","Das ist ein Beispiel"
```

With the following requirements:

- The first row is the header
- The header starts with `key`, followed by `en` and afterward the language codes
- Default is always `en`

```
./bin/typo3 csv2xlf:csv2xlf packages/csv2xlf/Resources/Private/Examples/csv2xlf/in.csv packages/csv2xlf/Resources/Private/Examples/csv2xlf/out.xlf
```

### XLF to CSV

[](#xlf-to-csv)

```
./bin/typo3 csv2xlf:xlf2csv packages/csv2xlf/Resources/Private/Examples/xlf2csv/in.xlf  packages/csv2xlf/Resources/Private/Examples/xlf2csv/out.csv de,fr,es
```

Credits
-------

[](#credits)

This extension was created by [Studio Mitte](https://studiomitte.com) with ♥.

[Find more TYPO3 extensions we have developed](https://www.studiomitte.com/loesungen/typo3) that provide additional features for TYPO3 sites.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

683d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d08c176686c8914d32c70d4af388887d738930fdfdf07c7ca9c841ad10ed683?d=identicon)[georgringer](/maintainers/georgringer)

---

Top Contributors

[![georgringer](https://avatars.githubusercontent.com/u/1905663?v=4)](https://github.com/georgringer "georgringer (9 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/studiomitte-csv2xlf/health.svg)

```
[![Health](https://phpackages.com/badges/studiomitte-csv2xlf/health.svg)](https://phpackages.com/packages/studiomitte-csv2xlf)
```

###  Alternatives

[featdd/dpn-glossary

Glossary extension with page parser

23285.1k3](/packages/featdd-dpn-glossary)[georgringer/doc

Render documentation based on markdown files directly in the backend

2232.7k](/packages/georgringer-doc)[friendsoftypo3/headless_news

This extension provides integration with news to output content from TYPO3 in JSON format.

1154.4k](/packages/friendsoftypo3-headless-news)[friendsoftypo3/pwa_manifest

This extension provides Web App Manifest configuration.

1821.3k](/packages/friendsoftypo3-pwa-manifest)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
