Difference between revisions of "OS4X plugin os4xplugin edi add newline"

From OS4X
Jump to navigation Jump to search
(New page: Category:Plugins == Purpose == If a file is transfered in a fixed record format, the file content will be extended by newlines ('<code>\n</code>') or configurable by cariage-return lin...)
 
 
Line 1: Line 1:
 
[[Category:Plugins]]
 
[[Category:Plugins]]
 
== Purpose ==
 
== Purpose ==
If a file is transfered in a fixed record format, the file content will be extended by newlines ('<code>\n</code>') or configurable by cariage-return linefeed ('<code>\r\n</code>') after every record.
+
If a file is transfered in a fixed record format via OFTP(2), the file content will be extended by newlines ('<code>\n</code>') or configurable by cariage-return linefeed ('<code>\r\n</code>') after every record.
  
 
== Requirements ==
 
== Requirements ==

Latest revision as of 09:34, 27 July 2017

Purpose

If a file is transfered in a fixed record format via OFTP(2), the file content will be extended by newlines ('\n') or configurable by cariage-return linefeed ('\r\n') after every record.

Requirements

  • OS4X Enterprise license

Configuration

  • Keep original file: the original file will be copied to file with the appendix ".orig". This backup will not be contained in the job XML description.
  • Add 'CRLF' instead of 'LF': add Windows-compatible line endings to the file after each record.