<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://okapiframework.org/wiki/index.php?action=history&amp;feed=atom&amp;title=TTX_Joiner_Step</id>
	<title>TTX Joiner Step - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://okapiframework.org/wiki/index.php?action=history&amp;feed=atom&amp;title=TTX_Joiner_Step"/>
	<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=TTX_Joiner_Step&amp;action=history"/>
	<updated>2026-04-19T18:41:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>http://okapiframework.org/wiki/index.php?title=TTX_Joiner_Step&amp;diff=441&amp;oldid=prev</id>
		<title>Ysavourel: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=TTX_Joiner_Step&amp;diff=441&amp;oldid=prev"/>
		<updated>2016-06-04T23:20:02Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 19:20, 4 June 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Ysavourel</name></author>
	</entry>
	<entry>
		<id>http://okapiframework.org/wiki/index.php?title=TTX_Joiner_Step&amp;diff=440&amp;oldid=prev</id>
		<title>Ysavourel at 11:23, 3 April 2014</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=TTX_Joiner_Step&amp;diff=440&amp;oldid=prev"/>
		<updated>2014-04-03T11:23:54Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Steps Header}}&lt;br /&gt;
__TOC__&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
Re-joins multiple TTX documents into a single one.&lt;br /&gt;
&lt;br /&gt;
Takes: Raw documents. Sends: Raw document.&lt;br /&gt;
&lt;br /&gt;
To split a single TTX document into several ones, use the [[TTX Splitter Step]].&lt;br /&gt;
&lt;br /&gt;
The received event is unaltered. The step outputs the resulting file in the same directory as the input documents.&lt;br /&gt;
&lt;br /&gt;
Input files with no part marker, or invalid part marker will be ignored (with a warning).&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cite&amp;gt;Optional suffix to place at the end of the result files&amp;lt;/cite&amp;gt; &amp;amp;mdash; Enter a marker text to add at the end of the output filename. If a file with the same name already exist in the output directory, it will be overridden without warning.&lt;br /&gt;
&lt;br /&gt;
For example, with the following input parameters:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Optional suffix: _CONCAT&lt;br /&gt;
Input file list: C:\Project\FolderABC\index.html_part001.ttx&lt;br /&gt;
                 C:\Project\FolderABC\someFile.html_part002.ttx&lt;br /&gt;
                 C:\Project\FolderABC\index.html_part002.ttx&lt;br /&gt;
                 C:\Project\FolderABC\someFile.html_part001.ttx&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First the input list is sorted internally so all files are listed in the proper order:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
C:\Project\FolderABC\index.html_part001.ttx&lt;br /&gt;
C:\Project\FolderABC\index.html_part002.ttx&lt;br /&gt;
C:\Project\FolderABC\someFile.html_part001.ttx&lt;br /&gt;
C:\Project\FolderABC\someFile.html_part002.ttx&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then the files are processed and you get the following output files:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
C:\Project\FolderABC\index.html_CONCAT.ttx&lt;br /&gt;
C:\Project\FolderABC\someFile.html_CONCAT.ttx&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Limitations==&lt;br /&gt;
&lt;br /&gt;
* This step is triggered at the END_BATCH event.&lt;br /&gt;
&lt;br /&gt;
[[Category:Steps]] [[Category:Translation Formats]]&lt;/div&gt;</summary>
		<author><name>Ysavourel</name></author>
	</entry>
</feed>