Difference between revisions of "OS4X plugin os4xplugin edi add newline"
		
		
		
		
		
		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...)  | 
				|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[Category:Plugins]]  | [[Category:Plugins]]  | ||
== Purpose ==  | == Purpose ==  | ||
| − | If a file is   | + | If a file is transferred 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 12:45, 21 January 2025
Purpose
If a file is transferred 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.