This is the command tsv2tmxp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
tsv2tmx - Create a TMX from a TSV file
SYNOPSIS
tsv2tmx [options]
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
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 "1,2".
DESCRIPTION
Useful to create translation memories from TSV files, that can be easily exported from
spreadsheet software.
Use tsv2tmxp online using onworks.net services