DOKK / manpages / debian 12 / libxml-tmx-perl / tsv2tmx.1p.en
TSV2TMX(1p) User Contributed Perl Documentation TSV2TMX(1p)

tsv2tmx - Create a TMX from a TSV file

version 0.39

tsv2tmx [options] file.tsv ...

 Options:
   --help            brief help message
   --man             full documentation
   --verbose | -v    activated verbose mode
   --sl=EN --tl=PT   describe source and target language names
   --header          treat first line as a heading
   --columns=1,2     specify which columns to extract
   --fs='::'         set field separator. (separated by '::')

Useful to create translation memories from TSV files, that can be easily exported from spreadsheets or other applications.

Print a brief help message and exits.
Prints the manual page and exits.
Activates the verbose mode.
Use these options to specify the names for the source and target languages.
By default this switch is on, and it means that the TSV file includes a first line with a heading. If no source or target language names are specified, the first line will be used to guess them.
Specify which columns should be extracted. Needs to be a pair of integers, separated by a comma. Columns indexes start at 0. Default to "0,1".

XML::TMX

  • Alberto Simões <ambs@cpan.org>
  • José João Almeida <jj@di.uminho.pt>

This software is copyright (c) 2010-2017 by Projeto Natura <natura@di.uminho.pt>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2022-07-11 perl v5.34.0