- Overview
- Common Parameters
- Options - Options Tab

Overview

- The utility set identifier for this utility is: oku_set04
- The utility identifier is: xliffsplitting

The XLIFF Splitting utility allows you to break down an XLIFF document with more than one <file> element into as many separate document as there are <file> elements.

The smaller files are created in the same folder as their corresponding original file. The filenames are the same with the addition of the file marker string and the file number just before the file extension. For example, if the file marker is "_PART":

C:\Project\File1.xlf

is split into:

C:\Project\File1_PART001.xlf
C:\Project\File1_PART002.xlf
etc...

If files with such names already exist they will be overwritten without warning.

Note also that any existing files with the same name pattern in addition to the file created by the process will not be removed. This means that if you run the utility twice in a row on the same file, the first time splitting it into 5 parts and the second time splitting it into 3 parts, at the end of the second process you will still see 5 files, but only the 3 first will have been created by the second process, you should delete manually any additional files.

You can put back together files that have been split by using the XLIFF Concatenation utility.

Common Parameters

The common parameters are the options specified from the application calling the utility rather than in the options dialog box of the utility itself. For this utility the common parameters you need to specify are the following:

Files of the first input list - Needed (the XLIFF files to split)
Root for the first input list - Not Needed
Files of the second input list - Not Needed
Root for the second input list - Not Needed
Files of the third input list - Not Needed
Root for the third input list - Not Needed
Input language - Not Needed
Output language - Not Needed
Input default encoding - Not Needed
Output default encoding - Not Needed
Location and names for output files - Not Needed

Options - Options Tab

File marker -- Enter the text of the optional marker for the output files. The number of the file will be added automatically to this marker and both placed just before the extension of the file.