Okapi Framework - Steps

Line-Break Conversion Step

- Overview
- Parameters

If you are using an Okapi Tool after the M9 release, you should be using the wiki online help:
http://www.opentag.com/okapi/wiki/index.php?title=Line-Break_Conversion_Step

Overview

This step converts all line-breaks in the input document to a specified type.

Takes: Raw document
Sends: Raw document

The encoding of the document is not modified in any way and Byte-Order-Marks are not added or deleted.

The type of line-break in the input file is detected automatically, and the file may contain a mix of different types of line-breaks.

Parameters

Convert line-breaks to the following type

DOS/Windows -- Select this option to change all the line-breaks to DOS/Windows line-breaks (CR+LF: 0x0D+0x0A: \r\n).

Unix/Linux -- Select this option to change all the line-breaks to Unix/Linux line-breaks (LF: 0x0A: \n).

Macintosh -- Select this option to change all the line-breaks to Macintosh line-breaks (CR: 0x0D: \r).