By using an OR operator, you can specify multiple record delimiters in the metadata.
In the Edge metadata, the default record delimiter for a file depends on which operating system was used to create the file. For example, the default record delimiter for a Windows file is \r\n, while \n is typically used for Linux files.
\r\n\\|\n
The | (pipe) character is an OR operator and the \\| syntax is a way to escape that OR operator in the Integrator interface.
To specify multiple record delimiters in the metadata: