When recently working on a flow to do some data transformations to convert a CSV file into a JSON array, I had to find a way to replace the new line character from the string. My initial thought was, this should be very easy to do using replace function For