New Line
- Last UpdatedJan 03, 2025
- 1 minute read
- PI System
- PI Connector for UFL 1.3.2.139
- Connectors
Required: Specify the line-end character(s). If left empty, CRLF is assumed (ASCII 13 and 10). If the lines in the input stream are terminated in more than one way, specify the line endings in double quotes and use the OR clause to set the valid line endings, for example:
"event end>" OR "STOP"
When you have to use ASCII codes for line endings, use comma-separated numbers with no white space in between, for example:
13,10
You can also combine the line endings expressed as ASCII codes with string representation, for example:
"event end>" OR 13,10
String comparisons are case sensitive.