Multiline on "\n"

I have the following log

blah..... blah...... \n
lah....... lah........ \n
ah...... ah......

how do I split the three lines into arrays?

I don't understand. Should these lines be joined with a multiline codec and then split? Show an example of the desired result and not just the input.