I posted a question earlier today regarding pulling JSON out of a string from a log file. I want to aggregate those logs into a file using ReplaceText and MergeContent processors. I'm having an issue where the aggregated logs are concatenated into one large string instead of line by line (with a newline added to the end).
I've tried adding a '\n' after the replacement value in ReplaceText and added the same string to a file in the Demarcator value in MergeContent but still getting one REALLY long line in the output file. Any help on the proper settings appreciated. -Chris
