Merge two lines

View thread

Toroque
Hello, this is my conf (without general directives) ``` Module xm_multiline FixedLineCount 2 Exec $raw_event = $raw_event + replace($raw_event, "\r\n", " "); Module im_file File "C:\\temp\\in.txt" InputType ml1 SavePos FALSE ReadFromLast FALSE Module om_file File "C:\\temp\\out.txt" Path in1 => out1 ``` I need merge two lines from in.txt to single line separated with space into out.txt. But this does not work.