logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tsv2tmx - Create a TMX from a TSV file

Authors

       •   Alberto Simões <ambs@cpan.org>

       •   José João Almeida <jj@di.uminho.pt>

Description

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

Name

       tsv2tmx - Create a TMX from a TSV file

Options

--help  Print a brief help message and exits.

       --man   Prints the manual page and exits.

       --verbose | -v
               Activates the verbose mode.

       --sl | --tl
               Use these options to specify the names for the source and target languages.

       --header
               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.

       --columns=1,2
               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".

See Also

       XML::TMX

Synopsis

       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 '::')

Version

       version 0.39

See Also